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 bc80758 commit 5c97bfbCopy full SHA for 5c97bfb
.github/actions/python-environment/action.yml
@@ -46,7 +46,7 @@ runs:
46
- name: Set up Poetry (${{ inputs.poetry-version }})
47
shell: bash
48
run: |
49
- curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_PATH" -
+ curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
50
sudo ln -s /usr/local/bin/poetry /home/runner/.local/bin/poetry
51
echo "$PATH"
52
poetry --version
0 commit comments