We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e7e6 commit 4ec940cCopy full SHA for 4ec940c
.github/actions/python-environment/action.yml
@@ -45,7 +45,7 @@ runs:
45
46
- name: Set up Poetry (${{ inputs.poetry-version }})
47
shell: bash
48
- run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} python3 -
+ run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} sudo python3 -
49
50
- name: Poetry install with extras
51
working-directory: ${{ inputs.working-directory }}
0 commit comments