Skip to content

Commit 6a8d7d2

Browse files
committed
defer gpg install for now.
1 parent 019471c commit 6a8d7d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
- name: Install auxilary packages
8181
run: |
8282
sudo apt-get install swig gpgsm # needed for gpg pulls in libgpgme
83-
pip install beautifulsoup4 brotli gpg jinja2 markdown2 \
83+
pip install beautifulsoup4 brotli jinja2 markdown2 \
8484
pyjwt pytz whoosh
85+
# pip install gpg
8586

8687
- name: Install aux packages that need versions differences
8788
# if zstd fails install, keep going with test, don't abort

0 commit comments

Comments
 (0)