Skip to content

Commit 7518d8b

Browse files
committed
1 parent 46f8245 commit 7518d8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
- name: Install poetry
2525
run: |
26-
curl -sSL \
27-
"https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py" | python
26+
curl -sSL https://install.python-poetry.org | python3 -
2827
2928
# Adding `poetry` to `$PATH`:
3029
echo "$HOME/.poetry/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)