Skip to content

Commit

Permalink
use conda-forge witch cuda116
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Apr 7, 2022
1 parent 8d75ae9 commit 70afc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_linux_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "\$python_nodot" = *39* ]]; then
NUMPY_PIN=">=1.20"
fi
if [[ "$DESIRED_CUDA" == "cu112" || "$DESIRED_CUDA" == "cu115" ]]; then
if [[ "$DESIRED_CUDA" == "cu115" || "$DESIRED_CUDA" == "cu116" ]]; then
EXTRA_CONDA_FLAGS="-c=conda-forge"
fi
Expand Down

0 comments on commit 70afc70

Please sign in to comment.