Skip to content

Commit 86848b7

Browse files
author
Vahid Tavanashad
committed
specific numpy for each python
1 parent 0fc3b6e commit 86848b7

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,15 @@ jobs:
108108

109109
strategy:
110110
matrix:
111-
python: ["3.9", "3.10", "3.11", "3.12"]
112-
numpy: ['1.26']
111+
include:
112+
- python: '3.9'
113+
numpy: '1.26'
114+
- python: '3.10'
115+
numpy: '2.2'
116+
- python: '3.11'
117+
numpy: '2.2'
118+
- python: '3.12'
119+
numpy: '2.2'
113120
experimental: [false]
114121
runner: [ubuntu-latest]
115122
continue-on-error: ${{ matrix.experimental }}
@@ -176,8 +183,15 @@ jobs:
176183

177184
strategy:
178185
matrix:
179-
python: ["3.9", "3.10", "3.11", "3.12"]
180-
numpy: ['1.26']
186+
include:
187+
- python: '3.9'
188+
numpy: '1.26'
189+
- python: '3.10'
190+
numpy: '2.2'
191+
- python: '3.11'
192+
numpy: '2.2'
193+
- python: '3.12'
194+
numpy: '2.2'
181195
experimental: [false]
182196
runner: [windows-latest]
183197
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)