Skip to content

Commit 8e3e4a8

Browse files
committed
Debug
1 parent 4ec940c commit 8e3e4a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ runs:
4545

4646
- name: Set up Poetry (${{ inputs.poetry-version }})
4747
shell: bash
48-
run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} sudo python3 -
48+
run: |
49+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50+
run: echo "~/.local/bin" >> $GITHUB_PATH
51+
4952
5053
- name: Poetry install with extras
5154
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)