Skip to content

Commit

Permalink
clean up test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 10, 2023
1 parent 9324ed0 commit 8ba074d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]
include:
- os: "windows-latest"
python-version: "3.9"
- os: "ubuntu-20.04"
- os: "macos-latest"
python-version: "3.10"
- os: "ubuntu-20.04"
python-version: "3.11"
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,15 +58,6 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1

python312:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.12"
- run: hatch run test:test

coverage:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 8ba074d

Please sign in to comment.