Skip to content

Commit a5cc0a6

Browse files
seemetherefacebook-github-bot
authored andcommitted
.circleci: Only downgrade if we have conda (#49519)
Summary: Signed-off-by: Eli Uriegas <[email protected]> Fixes #{issue number} Pull Request resolved: #49519 Reviewed By: robieta Differential Revision: D25603779 Pulled By: seemethere fbshipit-source-id: ca8d811925762a5a413ca906d94c974a4ac5b132
1 parent 872f648 commit a5cc0a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/scripts/binary_linux_test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ set -eux -o pipefail
77
88
python_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
1612
if [[ "$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
1919
elif [[ "$PACKAGE_TYPE" != libtorch ]]; then

0 commit comments

Comments
 (0)