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 4198321 commit 46f6baeCopy full SHA for 46f6bae
tests/run_tests.sh
@@ -49,6 +49,8 @@ if [ ${EXPECTED_PYTHON_COUNT_ALL} -ne ${PYTHON_COUNT} ]; then
49
exit 1
50
fi
51
52
+RUST_LOG=trace uv --verbose python list --no-python-downloads
53
+
54
PYTHON_COUNT=0
55
for PYTHON in /opt/python/*/bin/python; do
56
# Smoke test to make sure that our Pythons work, and do indeed detect as
0 commit comments