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 5e8960c commit 9917415Copy full SHA for 9917415
.github/actions/python-environment/action.yml
@@ -47,11 +47,10 @@ runs:
47
shell: bash
48
run: |
49
POETRY_VERSION="${{ inputs.poetry-version }}"
50
- POETRY_HOME=/usr/loca/bin
+ POETRY_HOME=/usr/local/bin
51
curl -sSL https://install.python-poetry.org | sudo python3 -
52
echo "$PATH"
53
poetry --version
54
-
55
56
57
- name: Poetry install with extras
0 commit comments