Skip to content

Commit

Permalink
bug: ALL should test brotli, not vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
1 parent d90ac4c commit 4670377
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 @@ -46,10 +46,10 @@ jobs:
- name: Install warcio ALL
if: ${{ ! matrix.NOTALL }}
run: pip install .[testing]
run: pip install .[brotli,testing]
- name: Install warcio NOTALL
if: ${{ matrix.NOTALL }}
run: pip install .[brotli,testing]
run: pip install .[testing]

- name: Run tests
run: python -m pytest
Expand Down

0 comments on commit 4670377

Please sign in to comment.