Skip to content

Commit 96c2e3b

Browse files
committed
Remove quotes
1 parent cb7b529 commit 96c2e3b

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: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)