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 5432827 commit 27c5d5fCopy full SHA for 27c5d5f
.github/actions/python-environment/action.yml
@@ -58,7 +58,7 @@ runs:
58
PYTHON_PATH="$(which $PYTHON_BINARY)"
59
poetry env use "$PYTHON_PATH"
60
env:
61
- PYTHON_BINARY: "python${{ inputs.poetry-version }}"
+ PYTHON_BINARY: "python${{ inputs.python-version }}"
62
63
- name: Poetry install with extras
64
working-directory: ${{ inputs.working-directory }}
0 commit comments