Skip to content

Commit 091b065

Browse files
committed
add apt-get for packages neede for gpg python package
1 parent 4c2a786 commit 091b065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878

7979
- name: Install auxilary packages
8080
run: |
81+
sudo apt-get install swig gpgsm libgpgme # needed for gpg
8182
pip install beautifulsoup4 brotli gpg jinja2 markdown2 \
8283
pyjwt pytz whoosh
8384

0 commit comments

Comments
 (0)