Skip to content

Commit

Permalink
Simplify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent fb5d6ad commit 39f3a98
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ jobs:
name: Python ${{ matrix.python-version }} with ${{ matrix.numpy }}
strategy:
matrix:
#os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
numpy: ["numpy"]
include:
- python-version: "3.9"
numpy:
- "numpy"
- "numpy==1.26.4"
exclude:
- python-version: "3.13"
numpy: "numpy==1.26.4"
- python-version: "3.10"
numpy: "numpy==1.26.4"
- python-version: "3.11"
numpy: "numpy==1.26.4"
- python-version: "3.12"
numpy: "numpy==1.26.4"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 39f3a98

Please sign in to comment.