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 5ce3eec commit f56e7e6Copy full SHA for f56e7e6
.github/actions/python-environment/action.yml
@@ -43,10 +43,9 @@ runs:
43
shell: bash
44
run: sudo apt update && sudo apt install -y curl
45
46
-
47
- name: Set up Poetry (${{ inputs.poetry-version }})
48
49
- run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=${{ inputs.poetry-version }} python3 -
+ run: curl -sSL https://install.python-poetry.org | POETRY_HOME=/usr/local/bin POETRY_VERSION=${{ inputs.poetry-version }} python3 -
50
51
- name: Poetry install with extras
52
working-directory: ${{ inputs.working-directory }}
0 commit comments