Skip to content

Commit d9f5acd

Browse files
committed
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)
1 parent 31e88cc commit d9f5acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Install auxiliary packages
225225
run: |
226-
sudo apt-get install swig gpgsm libgpgme-dev
226+
sudo apt-get install swig gpg gpgsm libgpgme-dev
227227
# pygments for markdown2 to highlight code blocks
228228
pip install markdown2 pygments
229229
# docutils for ReStructuredText

0 commit comments

Comments
 (0)