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
2 people authored and rwgk committed Jan 27, 2025
1 parent 9f5dfff commit a2e21cb
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 a2e21cb

Please sign in to comment.