Skip to content

Commit 603a2df

Browse files
committed
Remove workaround
1 parent 77b7afc commit 603a2df

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci/test_pynvbench_inner.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ fi
3838
echo "Installing wheel: $PYNVBENCH_WHEEL_PATH"
3939
python -m pip install "${PYNVBENCH_WHEEL_PATH}[test]"
4040

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-
4641
# Run tests
4742
cd "/workspace/python/test/"
48-
"$PYTHON_EXE" -m pytest -v test_nvbench.py
43+
python -m pytest -v test_nvbench.py

0 commit comments

Comments
 (0)