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 4ec940c commit 8e3e4a8Copy full SHA for 8e3e4a8
.github/actions/python-environment/action.yml
@@ -45,7 +45,10 @@ 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 }} sudo python3 -
+ run: |
49
+ curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50
+ run: echo "~/.local/bin" >> $GITHUB_PATH
51
+
52
53
- name: Poetry install with extras
54
working-directory: ${{ inputs.working-directory }}
0 commit comments