Skip to content

Commit

Permalink
CI: update path to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Mar 14, 2024
1 parent 219ca81 commit 0eb0458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
restore-keys: ${{ runner.os }}-pre-commit-
- name: Install Poetry
run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py -y
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0eb0458

Please sign in to comment.