Skip to content

Commit 403616a

Browse files
committed
Debug
1 parent cf7d606 commit 403616a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ runs:
4646
- name: Set up Poetry (${{ inputs.poetry-version }})
4747
shell: bash
4848
run: |
49-
POETRY_VERSION="${{ inputs.poetry-version }}"
50-
POETRY_HOME=/usr/local/bin
51-
curl -sSL https://install.python-poetry.org | sudo -E python3 -
49+
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" POETRY_HOME=/usr/local/bin sudo -E python3 -
5250
echo "$PATH"
5351
poetry --version
5452

0 commit comments

Comments
 (0)