Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7540:aa79c91f913a
try unquoted string.
This is what I had originally. If this fails, I'll comment out the
continue on error again.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 20:11:41 -0400 |
| parents | 03a7723e90e4 |
| children | 72e1ee3a46c0 |
comparison
equal
deleted
inserted
replaced
| 7539:03a7723e90e4 | 7540:aa79c91f913a |
|---|---|
| 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 |
