We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37d0fb commit 6b7112fCopy full SHA for 6b7112f
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
pwd
25
source ~/venv/bin/activate
26
python3 -m pip install --upgrade pip
27
- python3 -m pip install pylint pycodestyle pygit2
+ python3 -m pip install pylint pycodestyle pygit2 cryptography
28
- name: Checkout
29
uses: actions/checkout@v4
30
with:
0 commit comments