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 25606b9 commit f068000Copy full SHA for f068000
.evergreen/run-tests.sh
@@ -39,9 +39,8 @@ trap "cleanup_tests" SIGINT ERR
39
# Start the test runner.
40
if [ -n "${UV_PYTHON:-}" ]; then
41
echo "Using UV_PYTHON=$UV_PYTHON"
42
- /opt/python/3.14/bin/python3 -V
43
fi
44
set -x
45
-uv run ${UV_ARGS} -v --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
+uv run ${UV_ARGS} --python $UV_PYTHON --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
46
47
cleanup_tests
0 commit comments