Skip to content

Commit

Permalink
GitHub CI: adjust for new *_py39 Nox sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Aug 25, 2023
1 parent 4079766 commit 0550a0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ jobs:
cov: [1]
name: [""]
include:
- { os: Ubuntu, python-version: 3.9, noxenv: unit_sphinx, cov: 0, name: " (Sphinx)" }
- { os: Ubuntu, python-version: 3.11, noxenv: unit_sphinx, cov: 0, name: " (Sphinx)" }
- { os: Ubuntu, python-version: 3.9, noxenv: unit_sphinx_py39, cov: 0, name: " (Sphinx)" }
runs-on: ${{ matrix.os }}-latest
env:
NOXENV: ${{ matrix.noxenv }}
Expand Down Expand Up @@ -186,7 +187,8 @@ jobs:
- { os: Ubuntu, python-version: 3.12.0-alpha - 3.12, noxenv: regression, cov: 1 }
- { os: Ubuntu, python-version: pypy-3.9, noxenv: regression, cov: 1 }
- { os: Ubuntu, python-version: 3.11, noxenv: regression_docutils, cov: 0, name: " (docutils)" }
- { os: Ubuntu, python-version: 3.9, noxenv: regression_sphinx, cov: 0, name: " (Sphinx)" }
- { os: Ubuntu, python-version: 3.11, noxenv: regression_sphinx, cov: 0, name: " (Sphinx)" }
- { os: Ubuntu, python-version: 3.9, noxenv: regression_sphinx_py39, cov: 0, name: " (Sphinx)" }
runs-on: ${{ matrix.os }}-latest
env:
NOXENV: ${{ matrix.noxenv }}
Expand Down

0 comments on commit 0550a0d

Please sign in to comment.