Skip to content

Commit 9d09a00

Browse files
committed
Fix matrix
1 parent 392d420 commit 9d09a00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
numpy: ["numpy"]
2222
include:
2323
- python-version: "3.9"
24-
numpy: "numpy==1.26.4"
24+
numpy: numpy==1.26.4
2525
- python-version: "3.10"
26-
numpy: "numpy==1.26.4"
26+
numpy: numpy==1.26.4
2727
- python-version: "3.11"
28-
numpy: "numpy==1.26.4"
28+
numpy: numpy==1.26.4
2929
- python-version: "3.12"
30-
numpy: "numpy==1.26.4"
30+
numpy: numpy==1.26.4
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)