Skip to content

Commit

Permalink
feat: brotli install and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
1 parent 2a15836 commit 74c749a
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 @@ -44,10 +44,10 @@ jobs:
pip install setuptools
- name: Install warcio ALL
if: ${{ ! NOTALL }}
if: ${{ ! matrix.NOTALL }}
run: pip install .[testing]
- name: Install warcio NOTALL
if: ${{ NOTALL }}
if: ${{ matrix.NOTALL }}
run: pip install .[brotli,testing]

- name: Run tests
Expand Down

0 comments on commit 74c749a

Please sign in to comment.