We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7b529 commit 96c2e3bCopy full SHA for 96c2e3b
1 file changed
.github/workflows/test.yml
@@ -21,13 +21,13 @@ jobs:
21
numpy: ["numpy"]
22
include:
23
- python-version: "3.9"
24
- numpy: "numpy==1.26.4"
+ numpy: numpy==1.26.4
25
- python-version: "3.10"
26
27
- python-version: "3.11"
28
29
- python-version: "3.12"
30
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v4
0 commit comments