Skip to content

Commit

Permalink
Fix poetry install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovmg committed Dec 13, 2024
1 parent 29f6590 commit 312353a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

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

0 comments on commit 312353a

Please sign in to comment.