Skip to content

Commit

Permalink
Include the encryption extra in the CI.
Browse files Browse the repository at this point in the history
This is required for mypy to pass.
  • Loading branch information
Flameeyes authored and mergify[bot] committed Aug 3, 2023
1 parent 4d3c59f commit 77a2a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install .[dev,tools]
pip install .[dev,tools,encryption]
- name: Test with pytest
run: |
pytest -vvv --mypy

0 comments on commit 77a2a5e

Please sign in to comment.