Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Nov 15, 2023
1 parent ca82b03 commit 5ea590e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/download-artifact@v2
with:
path: ./
- name: run test_wheel.sh
- name: Run test_wheel.sh
run: ci/test_wheel.sh
wheel-test-arm64:
needs:
Expand Down
7 changes: 3 additions & 4 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@

set -e

rapids-logger "Search artficact directory"
rapids-logger "Search artifact directory"
ls ./artifact


rapids-logger "Install wheel"
pip install --find-links ./artifact pynvjitlink
pip install --find-links ./artifact pynvjitlink

rapids-logger "Build Tests"
cd test_binary_generation && make

rapids-logger "Run Tests"
cd ..
pip install pytest
py.test pynvjitlink/tests
pytest pynvjitlink/tests

0 comments on commit 5ea590e

Please sign in to comment.