Skip to content

Commit 3e75459

Browse files
Changes poetry installation script
1 parent 1763306 commit 3e75459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

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

2121
- name: Install poetry
2222
run: |
23-
curl -sSL \
24-
"https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" | python
23+
curl -sSL "https://install.python-poetry.org" | python3
24+
2525
# Adding `poetry` to `$PATH`:
2626
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
2727

0 commit comments

Comments
 (0)