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.
1 parent 77b7afc commit 603a2dfCopy full SHA for 603a2df
ci/test_pynvbench_inner.sh
@@ -38,11 +38,6 @@ fi
38
echo "Installing wheel: $PYNVBENCH_WHEEL_PATH"
39
python -m pip install "${PYNVBENCH_WHEEL_PATH}[test]"
40
41
-# Capture the Python path before changing directories
42
-# This prevents .python-version file from interfering
43
-PYTHON_EXE="$(which python)"
44
-echo "Using Python: $PYTHON_EXE"
45
-
46
# Run tests
47
cd "/workspace/python/test/"
48
-"$PYTHON_EXE" -m pytest -v test_nvbench.py
+python -m pytest -v test_nvbench.py
0 commit comments