Skip to content

Commit 2652e68

Browse files
committed
added cryptography install to mypy
1 parent 971e012 commit 2652e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v5
24-
- run: pip install --upgrade pip mypy PyKCS11
24+
- run: pip install --upgrade pip mypy PyKCS11 cryptography
2525
- name: setup prerequisites (linux)
2626
shell: bash
2727
run: sudo apt install swig

0 commit comments

Comments
 (0)