We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e6c3 commit a1f8f8fCopy full SHA for a1f8f8f
1 file changed
.github/scripts/run_test.sh
@@ -15,8 +15,6 @@ ls -la .
15
echo "Which Python:"
16
which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
17
18
-echo "Available interpreters:"
19
-pyenv versions || true
20
21
echo "Using Python Version $PYTHON_VERSION"
22
poetry config virtualenvs.in-project true
0 commit comments