Skip to content

Commit ff274fb

Browse files
committed
test changes for 24.04 ubuntu github action migration
Exclude was not working and I was running all versions on all platforms. [skip travis]
1 parent 70a492b commit ff274fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
exclude:
9494
# skip all python versions on 20.04/24.04 except
9595
# explicitly included
96-
- os: [ubuntu-20.04, ubuntu-24.04]
96+
- os: ubuntu-20.04
97+
- os: ubuntu-24.04
9798

9899
# run the finalizer for coveralls even if one or more
99100
# experimental matrix runs fail.
@@ -218,7 +219,7 @@ jobs:
218219
219220
- name: Install auxiliary packages
220221
run: |
221-
sudo apt-get install swig gpgsm libgpgme-dev
222+
sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev
222223
# pygments for markdown2 to highlight code blocks
223224
pip install markdown2 pygments
224225
# docutils for ReStructuredText

0 commit comments

Comments
 (0)