Skip to content

Commit

Permalink
Try another way to get package installed
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 24, 2024
1 parent b5341dc commit 2b0b9c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ set +u
conda activate test
set -u

rapids-mamba-retry install \
../numba-cuda-*.tar.bz2
package=(numba-cuda-*.tar.bz2)
echo "Package is $package"
rapids-mamba-retry install $package

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/
mkdir -p "${RAPIDS_TESTS_DIR}"
Expand Down

0 comments on commit 2b0b9c9

Please sign in to comment.