Mercurial > p > roundup > code
changeset 7533:550499bb6ced
3.12b4 is causing failing tests. Disable for now.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 00:09:23 -0400 |
| parents | 443f3f1b5aa0 |
| children | 9b9eb81abef7 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Jul 12 23:01:03 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu Jul 13 00:09:23 2023 -0400 @@ -65,9 +65,9 @@ include: # example: if 3.12 fails the jobs still succeeds - - python-version: 3.12 - os: ubuntu-22.04 - experimental: [true] + #- python-version: 3.12 + # os: ubuntu-22.04 + # experimental: [true] # 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu - python-version: 3.6 os: ubuntu-20.04
