Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6847:1f335fc08795
add apt-get for packages neede for gpg python package
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 21:52:49 -0400 |
| parents | 845aba20b4b6 |
| children | eafbd37354ab |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Aug 31 21:43:01 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 21:52:49 2022 -0400 @@ -78,6 +78,7 @@ - name: Install auxilary packages run: | + sudo apt-get install swig gpgsm libgpgme # needed for gpg pip install beautifulsoup4 brotli gpg jinja2 markdown2 \ pyjwt pytz whoosh
