We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f53b5 commit 1abed3fCopy full SHA for 1abed3f
1 file changed
tools/check_installation.sh
@@ -23,7 +23,8 @@ echo "::endgroup::"
23
N=100
24
echo "::group::package sizes (top $N)"
25
# https://stackoverflow.com/a/67976448/2175965
26
-grep '"size":' ${CONDA_PREFIX}/conda-meta/*.json | sort -k3rn | sed 's/.*conda-meta\///g' | sed 's/"size": //g' | head -n $N | column -t
+grep '"size":' ${CONDA_PREFIX}/conda-meta/*.json | sort -k3rn | sed 's/.*conda-meta\///g' | sed 's/"size": //g' > package_sizes.txt
27
+head -n $N package_sizes.txt
28
echo "::endgroup::"
29
30
# Now that we have the package sizes listed, raise an error if the installer is too big
0 commit comments