Skip to content

Commit

Permalink
Update ci deps installation
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jan 12, 2025
1 parent bcc91ff commit 8ed4430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: |
sudo apt update
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev pandoc
poetry install --with=release --extras=docs --extras=replaygain --extras=reflink
poetry install --with=release --extras=docs
poe docs
- name: Install Python dependencies
run: poetry install --only=main,test --extras=autobpm
run: poetry install --with=test,release --extras=docs --extras=replaygain --extras=reflink

- if: ${{ env.IS_MAIN_PYTHON != 'true' }}
name: Test without coverage
Expand Down

0 comments on commit 8ed4430

Please sign in to comment.