Skip to content

Commit ee7e2b7

Browse files
committed
Try this
1 parent b8e311c commit ee7e2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_multi_scipy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ 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: ['2.0.1'] #['1.16.5', '1.18.5', '1.20.3', '1.22.4', '1.24.4', '1.26.4', '2.0.1']
15+
scipy: ['1.14.0'] #['1.7.3', '1.8.1', '1.9.3', '1.10.1', '1.12.0', '1.14.0']
16+
python-version: ['3.10'] #['3.7', '3.8', '3.9', '3.10']
1717
os: [ubuntu-latest]
1818
architecture: ['x64']
1919
include:

0 commit comments

Comments
 (0)