diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index bc21fa58..8acee850 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -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