Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7103:9b2ea43b3be2
Try fixing yaml.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 05 Dec 2022 00:11:40 -0500 |
| parents | 585954cb1364 |
| children | 7a51b3c55693 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Dec 04 23:42:04 2022 -0500 +++ b/.github/workflows/ci-test.yml Mon Dec 05 00:11:40 2022 -0500 @@ -55,13 +55,13 @@ experimental: [false] include: - # example: if 3.12 fails the jobs still succeeds - - python-version: 3.12 - experimental: [true] - # version 2.7 not available on unbuntu-22.04 github - # - python-version: 2.7 - # os: ubuntu-22.04 - # experimental: true + # example: if 3.12 fails the jobs still succeeds + - python-version: 3.12 + experimental: [true] + # version 2.7 not available on unbuntu-22.04 github + # - python-version: 2.7 + # os: ubuntu-22.04 + # experimental: true - python-version: 3.11-dev os: ubuntu-22.04 experimental: [true]
