Skip to content

Commit 5e8960c

Browse files
committed
Debug
1 parent 9b722e0 commit 5e8960c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ runs:
4646
- name: Set up Poetry (${{ inputs.poetry-version }})
4747
shell: bash
4848
run: |
49-
curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50-
echo "~/.local/bin" >> $GITHUB_PATH
49+
POETRY_VERSION="${{ inputs.poetry-version }}"
50+
POETRY_HOME=/usr/loca/bin
51+
curl -sSL https://install.python-poetry.org | sudo python3 -
52+
echo "$PATH"
53+
poetry --version
54+
5155
5256
5357
- name: Poetry install with extras

0 commit comments

Comments
 (0)