Skip to content

Commit

Permalink
install binding test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang authored Dec 8, 2024
1 parent c361ad8 commit 37a3bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ runs:
pip install *.whl
cd "${REPO_DIR}/cuda_bindings"
pip install -r requirements.txt
pytest tests/
#pytest tests/cython
Expand Down

0 comments on commit 37a3bb1

Please sign in to comment.