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