Mercurial > p > roundup > code
changeset 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 | 5913ec1673c2 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Dec 18 20:22:58 2024 -0500 +++ b/.github/workflows/ci-test.yml Wed Dec 18 20:25:35 2024 -0500 @@ -86,7 +86,7 @@ - python-version: 3.8 os: ubuntu-22.04 - exclude: + #exclude: # skip all python versions on explicit 20.04/24.04 unless # explicitly included #- os: ubuntu-20.04
