Skip to content

Commit 9917415

Browse files
committed
Debug
1 parent 5e8960c commit 9917415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ runs:
4747
shell: bash
4848
run: |
4949
POETRY_VERSION="${{ inputs.poetry-version }}"
50-
POETRY_HOME=/usr/loca/bin
50+
POETRY_HOME=/usr/local/bin
5151
curl -sSL https://install.python-poetry.org | sudo python3 -
5252
echo "$PATH"
5353
poetry --version
54-
5554
5655
5756
- name: Poetry install with extras

0 commit comments

Comments
 (0)