We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a492b commit ff274fbCopy full SHA for ff274fb
.github/workflows/ci-test.yml
@@ -93,7 +93,8 @@ jobs:
93
exclude:
94
# skip all python versions on 20.04/24.04 except
95
# explicitly included
96
- - os: [ubuntu-20.04, ubuntu-24.04]
+ - os: ubuntu-20.04
97
+ - os: ubuntu-24.04
98
99
# run the finalizer for coveralls even if one or more
100
# experimental matrix runs fail.
@@ -218,7 +219,7 @@ jobs:
218
219
220
- name: Install auxiliary packages
221
run: |
- sudo apt-get install swig gpgsm libgpgme-dev
222
+ sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev
223
# pygments for markdown2 to highlight code blocks
224
pip install markdown2 pygments
225
# docutils for ReStructuredText
0 commit comments