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 5c97bfb commit e45fe13Copy full SHA for e45fe13
.github/actions/python-environment/action.yml
@@ -47,7 +47,7 @@ runs:
47
shell: bash
48
run: |
49
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
+ sudo ln -s /home/runner/.local/bin/poetry /usr/local/bin/poetry
51
echo "$PATH"
52
poetry --version
53
env:
0 commit comments