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 116cd19 commit abcbf12Copy full SHA for abcbf12
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
pwd
26
source ~/venv/bin/activate
27
python3 -m pip install --upgrade pip
28
- python3 -m pip install pylint pycodestyle pygit2 cryptography
+ python3 -m pip install pylint pycodestyle pygit2 cryptography asciidoc
29
- name: Checkout
30
uses: actions/checkout@v4
31
with:
0 commit comments