Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent fc91a13 commit c773875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
numpy: ["numpy"]
include:
- python-version: "3.9"
numpy: "numpy==1.26.4"
numpy: numpy==1.26.4
- python-version: "3.10"
numpy: "numpy==1.26.4"
numpy: numpy==1.26.4
- python-version: "3.11"
numpy: "numpy==1.26.4"
numpy: numpy==1.26.4
- python-version: "3.12"
numpy: "numpy==1.26.4"
numpy: numpy==1.26.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c773875

Please sign in to comment.