Skip to content

Commit

Permalink
test changes for 24.04 ubuntu github action migration
Browse files Browse the repository at this point in the history
Exclude was not working and I was running all versions on all
platforms.

[skip travis]
  • Loading branch information
rouilj committed Nov 10, 2024
1 parent 70a492b commit ff274fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
exclude:
# skip all python versions on 20.04/24.04 except
# explicitly included
- os: [ubuntu-20.04, ubuntu-24.04]
- os: ubuntu-20.04
- os: ubuntu-24.04

# run the finalizer for coveralls even if one or more
# experimental matrix runs fail.
Expand Down Expand Up @@ -218,7 +219,7 @@ jobs:
- name: Install auxiliary packages
run: |
sudo apt-get install swig gpgsm libgpgme-dev
sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev
# pygments for markdown2 to highlight code blocks
pip install markdown2 pygments
# docutils for ReStructuredText
Expand Down

0 comments on commit ff274fb

Please sign in to comment.