Skip to content

Commit da0635e

Browse files
committed
ci: recreate hatch-matrix.json
1 parent 7930ed0 commit da0635e

File tree

1 file changed

+52
-8
lines changed

1 file changed

+52
-8
lines changed

.github/workflows/hatch-matrix.json

+52-8
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,76 @@
11
{
22
"include": [
33
{
4-
"hatch-env-name": "test.py3.10-numpy-version=1",
4+
"hatch-env-name": "test.py3.10-numpy=1",
55
"python-version": "3.10"
66
},
77
{
8-
"hatch-env-name": "test.py3.10-numpy-version=2",
8+
"hatch-env-name": "test.py3.10-numpy=2",
99
"python-version": "3.10"
1010
},
1111
{
12-
"hatch-env-name": "test.py3.11-numpy-version=1",
12+
"hatch-env-name": "test.py3.11-numpy=1",
1313
"python-version": "3.11"
1414
},
1515
{
16-
"hatch-env-name": "test.py3.11-numpy-version=2",
16+
"hatch-env-name": "test.py3.11-numpy=2",
1717
"python-version": "3.11"
1818
},
1919
{
20-
"hatch-env-name": "test.py3.12-numpy-version=1",
20+
"hatch-env-name": "test.py3.12-numpy=1",
2121
"python-version": "3.12"
2222
},
2323
{
24-
"hatch-env-name": "test.py3.12-numpy-version=2",
24+
"hatch-env-name": "test.py3.12-numpy=2",
2525
"python-version": "3.12"
2626
},
2727
{
28-
"hatch-env-name": "test.py3.13-numpy-version=2",
29-
"python-version": "3.13"
28+
"hatch-env-name": "test.py3.10-numpy=1-asdf=3",
29+
"python-version": "3.10"
30+
},
31+
{
32+
"hatch-env-name": "test.py3.10-numpy=1-asdf=4",
33+
"python-version": "3.10"
34+
},
35+
{
36+
"hatch-env-name": "test.py3.10-numpy=2-asdf=3",
37+
"python-version": "3.10"
38+
},
39+
{
40+
"hatch-env-name": "test.py3.10-numpy=2-asdf=4",
41+
"python-version": "3.10"
42+
},
43+
{
44+
"hatch-env-name": "test.py3.11-numpy=1-asdf=3",
45+
"python-version": "3.11"
46+
},
47+
{
48+
"hatch-env-name": "test.py3.11-numpy=1-asdf=4",
49+
"python-version": "3.11"
50+
},
51+
{
52+
"hatch-env-name": "test.py3.11-numpy=2-asdf=3",
53+
"python-version": "3.11"
54+
},
55+
{
56+
"hatch-env-name": "test.py3.11-numpy=2-asdf=4",
57+
"python-version": "3.11"
58+
},
59+
{
60+
"hatch-env-name": "test.py3.12-numpy=1-asdf=3",
61+
"python-version": "3.12"
62+
},
63+
{
64+
"hatch-env-name": "test.py3.12-numpy=1-asdf=4",
65+
"python-version": "3.12"
66+
},
67+
{
68+
"hatch-env-name": "test.py3.12-numpy=2-asdf=3",
69+
"python-version": "3.12"
70+
},
71+
{
72+
"hatch-env-name": "test.py3.12-numpy=2-asdf=4",
73+
"python-version": "3.12"
3074
}
3175
]
3276
}

0 commit comments

Comments
 (0)