We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a7db0 commit 20af8e5Copy full SHA for 20af8e5
.github/workflows/hatch-matrix.json
@@ -24,10 +24,6 @@
24
"hatch-env-name": "test.py3.12-numpy-version=2",
25
"python-version": "3.12"
26
},
27
- {
28
- "hatch-env-name": "test.py3.13-numpy-version=1",
29
- "python-version": "3.13"
30
- },
31
{
32
"hatch-env-name": "test.py3.13-numpy-version=2",
33
"python-version": "3.13"
.github/workflows/pr.yml
@@ -16,6 +16,7 @@ jobs:
16
id: set-matrix
17
run: echo "matrix=$(cat .github/workflows/hatch-matrix.json | jq -c )" >> $GITHUB_OUTPUT
18
test:
19
+ name: test (${{ matrix.hatch-env-name }})
20
runs-on: ubuntu-latest
21
needs: prepare-matrix
22
strategy:
0 commit comments