Skip to content

Commit

Permalink
remove testing phase for now, will test on downstream jobs instead later
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 3, 2023
1 parent cca7db5 commit abeae67
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,3 @@ conda list
rapids-logger "Build wheel"

pip wheel .

rapids-logger "Install wheel"

pip install pynvjitlink-0.1.0-cp310-cp310-manylinux_2_35_x86_64.whl

rapids-logger "Build tests"

cd test_binary_generation && make

rapids-logger "Run tests"

cd ..
conda install -y pytest
py.test pynvjitlink/tests

0 comments on commit abeae67

Please sign in to comment.