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 e17ccc0 commit bbc1b3dCopy full SHA for bbc1b3d
.github/actions/python-environment/action.yml
@@ -57,6 +57,7 @@ runs:
57
"$PYTHON_BINARY" --version
58
PYTHON_PATH="$(which $PYTHON_BINARY)"
59
poetry env use "$PYTHON_BINARY"
60
+ poetry env info
61
poetry run python --version
62
env:
63
PYTHON_BINARY: "python${{ inputs.python-version }}"
0 commit comments