File tree 2 files changed +1
-24
lines changed
2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"include" : [
3
- {
4
- "hatch-env-name" : " test.py3.10-numpy=1" ,
5
- "python-version" : " 3.10"
6
- },
7
- {
8
- "hatch-env-name" : " test.py3.10-numpy=2" ,
9
- "python-version" : " 3.10"
10
- },
11
- {
12
- "hatch-env-name" : " test.py3.11-numpy=1" ,
13
- "python-version" : " 3.11"
14
- },
15
- {
16
- "hatch-env-name" : " test.py3.11-numpy=2" ,
17
- "python-version" : " 3.11"
18
- },
19
- {
20
- "hatch-env-name" : " test.py3.12-numpy=1" ,
21
- "python-version" : " 3.12"
22
- },
23
- {
24
- "hatch-env-name" : " test.py3.12-numpy=2" ,
25
- "python-version" : " 3.12"
26
- },
27
3
{
28
4
"hatch-env-name" : " test.py3.10-numpy=1-asdf=3" ,
29
5
"python-version" : " 3.10"
Original file line number Diff line number Diff line change 38
38
- id : generate-hatch-matrix
39
39
name : generate-hatch-matrix
40
40
language : system
41
+ stages : [push]
41
42
entry : bash .github/workflows/generate-hatch-matrix.sh
42
43
files : |
43
44
(?x)^(
You can’t perform that action at this time.
0 commit comments