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 cf7d606 commit 403616aCopy full SHA for 403616a
.github/actions/python-environment/action.yml
@@ -46,9 +46,7 @@ runs:
46
- name: Set up Poetry (${{ inputs.poetry-version }})
47
shell: bash
48
run: |
49
- POETRY_VERSION="${{ inputs.poetry-version }}"
50
- POETRY_HOME=/usr/local/bin
51
- curl -sSL https://install.python-poetry.org | sudo -E python3 -
+ curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" POETRY_HOME=/usr/local/bin sudo -E python3 -
52
echo "$PATH"
53
poetry --version
54
0 commit comments