Skip to content

Commit

Permalink
Don't install Numba explicitly when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Aug 1, 2024
1 parent 7487e86 commit 9dfaaa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ rapids-logger "Install testing dependencies"
rapids-mamba-retry create -n test \
c-compiler \
cxx-compiler \
cuda-nvcc \
cuda-nvcc-impl \
cuda-nvrtc \
cuda-python \
cuda-version=${RAPIDS_CUDA_VERSION%.*} \
"numba>=0.59.1" \
make \
psutil \
pytest \
Expand Down
1 change: 0 additions & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -euo pipefail
rapids-logger "Install testing dependencies"
# TODO: Replace with rapids-dependency-file-generator
python -m pip install \
"numba>=0.59.1" \
psutil \
cuda-python \
pytest
Expand Down

0 comments on commit 9dfaaa1

Please sign in to comment.