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