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 bd1a45f commit 25606b9Copy full SHA for 25606b9
.evergreen/run-tests.sh
@@ -39,6 +39,7 @@ 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 "$@"
0 commit comments