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 019471c commit 6a8d7d2Copy full SHA for 6a8d7d2
.github/workflows/ci-test.yml
@@ -80,8 +80,9 @@ jobs:
80
- name: Install auxilary packages
81
run: |
82
sudo apt-get install swig gpgsm # needed for gpg pulls in libgpgme
83
- pip install beautifulsoup4 brotli gpg jinja2 markdown2 \
+ pip install beautifulsoup4 brotli jinja2 markdown2 \
84
pyjwt pytz whoosh
85
+ # pip install gpg
86
87
- name: Install aux packages that need versions differences
88
# if zstd fails install, keep going with test, don't abort
0 commit comments