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 255cfeb commit a9dd65cCopy full SHA for a9dd65c
.evergreen/scripts/setup-uv-python.sh
@@ -20,6 +20,7 @@ fi
20
21
# Translate PYTHON_BINARY/PYTHON_VERSION to UV_PYTHON.
22
if [ -z "${UV_PYTHON:-}" ]; then
23
+ set -x
24
if [ -n "${PYTHON_BINARY:-}" ]; then
25
_python=$PYTHON_BINARY
26
0 commit comments