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 46f8245 commit 7518d8bCopy full SHA for 7518d8b
.github/workflows/test.yml
@@ -23,8 +23,7 @@ jobs:
23
24
- name: Install poetry
25
run: |
26
- curl -sSL \
27
- "https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py" | python
+ curl -sSL https://install.python-poetry.org | python3 -
28
29
# Adding `poetry` to `$PATH`:
30
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
0 commit comments