Skip to content

Commit

Permalink
add tests and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 31, 2023
1 parent 487341d commit e58540a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
apt-get update
apt-get -y install cuda-toolkit-12-2

rapids-logger "Check conda environment"

conda list

rapids-logger "Building wheel"

pip wheel .
ls

rapids-logger "Building tests"

cd test_binary_generation && make

rapids-logger "Running Tests"

cd .. && pytest -v

0 comments on commit e58540a

Please sign in to comment.