Skip to content

Commit f56e7e6

Browse files
committed
Debug
1 parent 5ce3eec commit f56e7e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ runs:
4343
shell: bash
4444
run: sudo apt update && sudo apt install -y curl
4545

46-
4746
- name: Set up Poetry (${{ inputs.poetry-version }})
4847
shell: bash
49-
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
48+
run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} python3 -
5049

5150
- name: Poetry install with extras
5251
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)