Skip to content

Commit

Permalink
Ignore errors when activating the conda environment in test_python.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 24, 2023
1 parent e3e203c commit 131db4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ rapids-dependency-file-generator \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml

rapids-mamba-retry env create --force -f env.yaml -n test
set +u
conda activate test
set -u

rapids-print-env

Expand Down

0 comments on commit 131db4a

Please sign in to comment.