comparison .github/workflows/ci-test.yml @ 8151:c43b2bd8e203

add gpg package to build - ubuntu-22.04 python 3.13 skips pgp tests. The 3.13 tests on ubuntu-22.04 report that PGP tests are skipped because: SKIPPED [1] test/test_mailgw.py:296: Skipping PGP tests: 'gpg' not installed the same tests pass under python 3.12 and ubuntu-22.04. Under both versions, the gpg build and install report no issues. Add the gpg package to see if it fixes it. (Log used: https://github.com/roundup-tracker/roundup/actions/runs/11633664792/job/32399246320)
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Nov 2024 14:06:21 -0500
parents 911c6b0fbaf7
children 0d2a95352679
comparison
equal deleted inserted replaced
8150:911c6b0fbaf7 8151:c43b2bd8e203
221 pip install mysqlclient 221 pip install mysqlclient
222 pip install psycopg2 222 pip install psycopg2
223 223
224 - name: Install auxiliary packages 224 - name: Install auxiliary packages
225 run: | 225 run: |
226 sudo apt-get install swig gpgsm libgpgme-dev 226 sudo apt-get install swig gpg gpgsm libgpgme-dev
227 # pygments for markdown2 to highlight code blocks 227 # pygments for markdown2 to highlight code blocks
228 pip install markdown2 pygments 228 pip install markdown2 pygments
229 # docutils for ReStructuredText 229 # docutils for ReStructuredText
230 pip install beautifulsoup4 brotli docutils jinja2 \ 230 pip install beautifulsoup4 brotli docutils jinja2 \
231 mistune==0.8.4 pyjwt pytz whoosh 231 mistune==0.8.4 pyjwt pytz whoosh

Roundup Issue Tracker: http://roundup-tracker.org/