Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8223:cfd8eb705c2f
test: fix syntax
empty exclude is an error.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 18 Dec 2024 20:25:35 -0500 |
| parents | 54dfda1c4fe5 |
| children | 81ca7ceb71db |
comparison
equal
deleted
inserted
replaced
| 8222:54dfda1c4fe5 | 8223:cfd8eb705c2f |
|---|---|
| 84 | 84 |
| 85 # 3.8 not available on new 24.04 runners, so run on 22.04 ubuntu | 85 # 3.8 not available on new 24.04 runners, so run on 22.04 ubuntu |
| 86 - python-version: 3.8 | 86 - python-version: 3.8 |
| 87 os: ubuntu-22.04 | 87 os: ubuntu-22.04 |
| 88 | 88 |
| 89 exclude: | 89 #exclude: |
| 90 # skip all python versions on explicit 20.04/24.04 unless | 90 # skip all python versions on explicit 20.04/24.04 unless |
| 91 # explicitly included | 91 # explicitly included |
| 92 #- os: ubuntu-20.04 | 92 #- os: ubuntu-20.04 |
| 93 #- os: ubuntu-24.04 | 93 #- os: ubuntu-24.04 |
| 94 | 94 |
