Skip to content

Commit 4ec940c

Browse files
committed
Debug
1 parent f56e7e6 commit 4ec940c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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 }} python3 -
48+
run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} sudo python3 -
4949

5050
- name: Poetry install with extras
5151
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)