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 6, 2021
1 parent 0b750a3 commit e4996c9
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 e4996c9

Please sign in to comment.