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 f9a8353 commit 9e52bd1Copy full SHA for 9e52bd1
.github/actions/python-environment/action.yml
@@ -45,7 +45,7 @@ runs:
45
- name: Set up Poetry (${{ inputs.poetry-version }})
46
shell: bash
47
run: |
48
- POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" ./github/actions/python-environment/ext/get_poetry.py
+ POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" ./.github/actions/python-environment/ext/get_poetry.py
49
echo "$HOME/.local/bin" >> $GITHUB_PATH
50
env:
51
PYTHON_BINARY: "python${{ inputs.python-version }}"
0 commit comments