We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392d420 commit 9d09a00Copy full SHA for 9d09a00
.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: ${{ matrix.os }}
32
steps:
33
- uses: actions/checkout@v4
0 commit comments