Skip to content

Commit e45fe13

Browse files
committed
Debug
1 parent 5c97bfb commit e45fe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
shell: bash
4848
run: |
4949
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
50+
sudo ln -s /home/runner/.local/bin/poetry /usr/local/bin/poetry
5151
echo "$PATH"
5252
poetry --version
5353
env:

0 commit comments

Comments
 (0)