We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python -m pytest
1 parent 9f5dfff commit a2e21cbCopy full SHA for a2e21cb
ci/test_python.sh
@@ -25,7 +25,7 @@ for module in cuda_parallel cuda_cooperative; do
25
begin_group "⚙️ ${module} site-packages"
26
pip freeze
27
end_group "⚙️ ${module} site-packages"
28
- run_command "🚀 Pytest ${module}" python -m pytest -v ./tests
+ run_command "🚀 Pytest ${module}" pytest -v ./tests
29
deactivate
30
31
popd >/dev/null
0 commit comments