Skip to content

Commit

Permalink
cuda.parallel: invoke pytest directly rather than via `python -m pyte…
Browse files Browse the repository at this point in the history
…st` (#3523)

Co-authored-by: Ashwin Srinath <[email protected]>
  • Loading branch information
shwina and shwina authored Jan 25, 2025
1 parent 3a15507 commit de038b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for module in cuda_parallel cuda_cooperative; do
begin_group "⚙️ ${module} site-packages"
pip freeze
end_group "⚙️ ${module} site-packages"
run_command "🚀 Pytest ${module}" python -m pytest -v ./tests
run_command "🚀 Pytest ${module}" pytest -v ./tests
deactivate

popd >/dev/null
Expand Down

0 comments on commit de038b7

Please sign in to comment.