Skip to content

Commit bc80758

Browse files
committed
Debug
1 parent b8456d1 commit bc80758

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ runs:
4646
- name: Set up Poetry (${{ inputs.poetry-version }})
4747
shell: bash
4848
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" -
49+
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_PATH" -
50+
sudo ln -s /usr/local/bin/poetry /home/runner/.local/bin/poetry
5251
echo "$PATH"
5352
poetry --version
5453
env:

0 commit comments

Comments
 (0)