Skip to content

Commit

Permalink
Changes poetry installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
thepabloaguilar committed Sep 11, 2022
1 parent 1763306 commit b19dfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Install poetry
run: |
curl -sSL \
"https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" | python
curl -sSL "https://install.python-poetry.org" | python
# Adding `poetry` to `$PATH`:
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit b19dfe9

Please sign in to comment.