Skip to content

Commit f068000

Browse files
committed
force --python arg
1 parent 25606b9 commit f068000

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ trap "cleanup_tests" SIGINT ERR
3939
# Start the test runner.
4040
if [ -n "${UV_PYTHON:-}" ]; then
4141
echo "Using UV_PYTHON=$UV_PYTHON"
42-
/opt/python/3.14/bin/python3 -V
4342
fi
4443
set -x
45-
uv run ${UV_ARGS} -v --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
44+
uv run ${UV_ARGS} --python $UV_PYTHON --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
4645

4746
cleanup_tests

0 commit comments

Comments
 (0)