diff --git a/ci/test_python.sh b/ci/test_python.sh index 34900fdb8e0..1bc8f3a8370 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -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