Skip to content

Commit a2e21cb

Browse files
shwinarwgk
authored andcommitted
cuda.parallel: invoke pytest directly rather than via python -m pytest (#3523)
Co-authored-by: Ashwin Srinath <shwina@users.noreply.github.com>
1 parent 9f5dfff commit a2e21cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for module in cuda_parallel cuda_cooperative; do
2525
begin_group "⚙️ ${module} site-packages"
2626
pip freeze
2727
end_group "⚙️ ${module} site-packages"
28-
run_command "🚀 Pytest ${module}" python -m pytest -v ./tests
28+
run_command "🚀 Pytest ${module}" pytest -v ./tests
2929
deactivate
3030

3131
popd >/dev/null

0 commit comments

Comments
 (0)