Skip to content

Commit

Permalink
reqs: make compression libraries required
Browse files Browse the repository at this point in the history
  • Loading branch information
m1stadev committed Apr 22, 2024
1 parent 2734835 commit f7daa41
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m poetry install -E compression
python -m poetry install
- name: Run tests
run: python -m poetry run pytest
Loading

0 comments on commit f7daa41

Please sign in to comment.