Skip to content

Commit

Permalink
Recursively list dirs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 24, 2024
1 parent ed26ac8 commit 3d0c7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -u
package=(numba-cuda-*.tar.bz2)
echo "Package is $package"
pwd
ls
ls -lR
rapids-mamba-retry install $package

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/
Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python -m pip install \

rapids-logger "Install wheel"
pwd
ls
ls -lR
python -m pip install $(echo ./numba_cuda*.whl)

rapids-logger "Check GPU usage"
Expand Down

0 comments on commit 3d0c7bb

Please sign in to comment.