Skip to content

Commit

Permalink
ci: add types-cryptography to CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Oct 5, 2021
1 parent faa93e6 commit dcc68e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install
run: |
python3 -m pip install pytest mypy isort pyflakes
python3 -m pip install pytest mypy types-cryptography isort pyflakes
npm install -g pyright
- name: Check that imports are sorted
Expand Down

0 comments on commit dcc68e8

Please sign in to comment.