Skip to content

Commit 14eaa44

Browse files
committed
Forgot $
1 parent 96c2e3b commit 14eaa44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ env:
1313

1414
jobs:
1515
test:
16-
name: Python ${{ matrix.python-version }} with {{ matrix.numpy }}
16+
name: Python ${{ matrix.python-version }} with ${{ matrix.numpy }}
1717
strategy:
1818
matrix:
1919
#os: [windows-latest, ubuntu-latest, macos-latest]
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
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: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)