Skip to content

Commit

Permalink
Fix poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Sep 7, 2022
1 parent f2c2ea2 commit 88e350c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install Dependencies
run: poetry install -n
Expand Down

0 comments on commit 88e350c

Please sign in to comment.