Skip to content

Commit 25606b9

Browse files
committed
debug
1 parent bd1a45f commit 25606b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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
4243
fi
4344
set -x
4445
uv run ${UV_ARGS} -v --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"

0 commit comments

Comments
 (0)