Skip to content

Commit 88e350c

Browse files
committed
Fix poetry installation
1 parent f2c2ea2 commit 88e350c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Install Poetry
3131
run: |
32-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
33-
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
32+
curl -sSL https://install.python-poetry.org | python3 -
33+
echo "$HOME/.local/bin" >> $GITHUB_PATH
3434
3535
- name: Install Dependencies
3636
run: poetry install -n

0 commit comments

Comments
 (0)