File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ set -eux -o pipefail
77
88python_nodot="\$ (echo $DESIRED_PYTHON | tr -d m.u)"
99
10- # There was a bug that was introduced in conda-package-handling >= 1.6.1 that makes archives
11- # above a certain size fail out when attempting to extract
12- # see: https://github.com/conda/conda-package-handling/issues/71
13- conda install -y conda-package-handling=1.6.0
1410
1511# Set up Python
1612if [[ "$PACKAGE_TYPE " == conda ]]; then
13+ # There was a bug that was introduced in conda-package-handling >= 1.6.1 that makes archives
14+ # above a certain size fail out when attempting to extract
15+ # see: https://github.com/conda/conda-package-handling/issues/71
16+ conda install -y conda-package-handling=1.6.0
1717 retry conda create -qyn testenv python="$DESIRED_PYTHON "
1818 source activate testenv >/dev/null
1919elif [[ "$PACKAGE_TYPE " != libtorch ]]; then
You can’t perform that action at this time.
0 commit comments