From 603a2df445c48b0781e7809dadee82ab1b6bb445 Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Wed, 3 Dec 2025 16:23:42 -0500 Subject: [PATCH] Remove workaround --- ci/test_pynvbench_inner.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/test_pynvbench_inner.sh b/ci/test_pynvbench_inner.sh index f9c47ff..80748fa 100755 --- a/ci/test_pynvbench_inner.sh +++ b/ci/test_pynvbench_inner.sh @@ -38,11 +38,6 @@ fi echo "Installing wheel: $PYNVBENCH_WHEEL_PATH" python -m pip install "${PYNVBENCH_WHEEL_PATH}[test]" -# Capture the Python path before changing directories -# This prevents .python-version file from interfering -PYTHON_EXE="$(which python)" -echo "Using Python: $PYTHON_EXE" - # Run tests cd "/workspace/python/test/" -"$PYTHON_EXE" -m pytest -v test_nvbench.py +python -m pytest -v test_nvbench.py