Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6888:f4705aba3503
add ubuntu-22.04 for 3.10 and 3.8
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 13:43:35 -0400 |
| parents | dc7b886c42e4 |
| children | 43a1a3404e42 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 13:02:53 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 13:43:35 2022 -0400 @@ -29,10 +29,13 @@ #os: [ubuntu-latest, macos-latest, windows-latest] # if the ones above fail. fail the build experimental: [false] - #include: + include: # example: if 3.12 fails the jobs still succeeds # - python-version: 3.12 # experimental: true + - python-version: [ "3.10", "3.8" ] + runs-on: ubuntu-22.04 + experimental: true env: # get colorized pytest output even without a controlling tty
