Skip to content

Commit b8e311c

Browse files
committed
Attempt to only run the working ones
1 parent 598c478 commit b8e311c

File tree

1 file changed

+64
-4
lines changed

1 file changed

+64
-4
lines changed

.github/workflows/build_multi_scipy.yml

Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,72 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
numpy: ['1.16.5', '1.18.5', '1.20.3', '1.22.4', '1.24.4', '1.26.4', '2.0.1']
15-
scipy: ['1.7.3', '1.8.1', '1.9.3', '1.10.1', '1.12.0', '1.14.0', ]
16-
python-version: ['3.7', '3.8', '3.9', '3.10']
14+
# numpy: ['1.16.5', '1.18.5', '1.20.3', '1.22.4', '1.24.4', '1.26.4', '2.0.1']
15+
# scipy: ['1.7.3', '1.8.1', '1.9.3', '1.10.1', '1.12.0', '1.14.0']
16+
# python-version: ['3.7', '3.8', '3.9', '3.10']
1717
os: [ubuntu-latest]
1818
architecture: ['x64']
19-
19+
include:
20+
- numpy: '1.16.5'
21+
scipy: '1.7.3'
22+
python-version: '3.7'
23+
- numpy: '1.18.5'
24+
scipy: '1.7.3'
25+
python-version: '3.7'
26+
- numpy: '1.18.5'
27+
scipy: '1.8.1'
28+
python-version: '3.8'
29+
- numpy: '1.18.5'
30+
scipy: '1.9.3'
31+
python-version: '3.8'
32+
- numpy: '1.20.3'
33+
scipy: '1.7.3'
34+
python-version: '3.7'
35+
- numpy: '1.20.3'
36+
scipy: '1.7.3'
37+
python-version: '3.8'
38+
- numpy: '1.20.3'
39+
scipy: '1.8.1'
40+
python-version: '3.8'
41+
- numpy: '1.20.3'
42+
scipy: '1.9.3'
43+
python-version: '3.8'
44+
- numpy: '1.20.3'
45+
scipy: '1.10.1'
46+
python-version: '3.8'
47+
- numpy: '1.22.4'
48+
scipy: '1.7.3'
49+
python-version: '3.8'
50+
- numpy: '1.22.4'
51+
scipy: '1.9.3'
52+
python-version: '3.8'
53+
- numpy: '1.22.4'
54+
scipy: '1.10.1'
55+
python-version: '3.8'
56+
- numpy: '1.24.4'
57+
scipy: '1.8.1'
58+
python-version: '3.8'
59+
- numpy: '1.24.4'
60+
scipy: '1.9.3'
61+
python-version: '3.10'
62+
- numpy: '1.24.4'
63+
scipy: '1.10.1'
64+
python-version: '3.8'
65+
- numpy: '1.24.4'
66+
scipy: '1.12.0'
67+
python-version: '3.9'
68+
- numpy: '1.26.4'
69+
scipy: '1.10.1'
70+
python-version: '3.9'
71+
- numpy: '1.26.4'
72+
scipy: '1.12.0'
73+
python-version: '3.9'
74+
- numpy: '1.26.4'
75+
scipy: '1.14.0'
76+
python-version: '3.10'
77+
- numpy: '2.0.1'
78+
scipy: '1.14.0'
79+
python-version: '3.10'
2080
steps:
2181
- uses: actions/checkout@v4
2282
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}

0 commit comments

Comments
 (0)