From abeae673d359a8704b4aa7567f2a7282b9541125 Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Fri, 3 Nov 2023 09:05:07 -0700 Subject: [PATCH] remove testing phase for now, will test on downstream jobs instead later --- ci/build_wheel.sh | 14 -------------- 1 file changed, 14 deletions(-) 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