Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7539:03a7723e90e4
another try. list of strings for toplevel.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 20:08:56 -0400 |
| parents | 4947a04a09ee |
| children | aa79c91f913a |
comparison
equal
deleted
inserted
replaced
| 7538:4947a04a09ee | 7539:03a7723e90e4 |
|---|---|
| 59 #os: [ubuntu-latest, macos-latest, windows-latest] | 59 #os: [ubuntu-latest, macos-latest, windows-latest] |
| 60 # ubuntu latest 22.04 12/2022 | 60 # ubuntu latest 22.04 12/2022 |
| 61 os: [ubuntu-latest, ubuntu-20.04] | 61 os: [ubuntu-latest, ubuntu-20.04] |
| 62 | 62 |
| 63 # if the ones above fail. fail the build | 63 # if the ones above fail. fail the build |
| 64 experimental: false | 64 experimental: [ "false" ] |
| 65 | 65 |
| 66 include: | 66 include: |
| 67 # example: if 3.12 fails the jobs still succeeds | 67 # example: if 3.12 fails the jobs still succeeds |
| 68 - python-version: 3.12 | 68 - python-version: 3.12 |
| 69 os: ubuntu-22.04 | 69 os: ubuntu-22.04 |
