Mercurial > p > roundup > code
changeset 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 |
| 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 Thu Jul 13 20:08:56 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu Jul 13 20:11:41 2023 -0400 @@ -61,7 +61,7 @@ os: [ubuntu-latest, ubuntu-20.04] # if the ones above fail. fail the build - experimental: [ "false" ] + experimental: [ false ] include: # example: if 3.12 fails the jobs still succeeds
