|
46 | 46 | run: conda install conda-build |
47 | 47 | - name: Build conda package |
48 | 48 | run: | |
49 | | - CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels" |
| 49 | + CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels" |
50 | 50 | VERSIONS="--python ${{ matrix.python }}" |
51 | 51 | TEST="--no-test" |
52 | 52 |
|
@@ -104,17 +104,20 @@ jobs: |
104 | 104 |
|
105 | 105 | test_linux: |
106 | 106 | needs: build_linux |
107 | | - runs-on: ${{ matrix.runner }} |
108 | | - |
| 107 | + runs-on: ubuntu-latest |
109 | 108 | strategy: |
110 | 109 | matrix: |
111 | | - python: ["3.9", "3.10", "3.11", "3.12"] |
112 | | - numpy: ['1.26*'] |
113 | | - experimental: [false] |
114 | | - runner: [ubuntu-latest] |
115 | | - continue-on-error: ${{ matrix.experimental }} |
| 110 | + include: |
| 111 | + - python: '3.9' |
| 112 | + numpy: '1.26' |
| 113 | + - python: '3.10' |
| 114 | + numpy: '2.2' |
| 115 | + - python: '3.11' |
| 116 | + numpy: '2.2' |
| 117 | + - python: '3.12' |
| 118 | + numpy: '2.2' |
116 | 119 | env: |
117 | | - CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels |
| 120 | + CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels |
118 | 121 |
|
119 | 122 | steps: |
120 | 123 | - name: Download artifact |
@@ -172,17 +175,21 @@ jobs: |
172 | 175 |
|
173 | 176 | test_windows: |
174 | 177 | needs: build_windows |
175 | | - runs-on: ${{ matrix.runner }} |
| 178 | + runs-on: windows-latest |
176 | 179 |
|
177 | 180 | strategy: |
178 | 181 | matrix: |
179 | | - python: ["3.9", "3.10", "3.11", "3.12"] |
180 | | - numpy: ['1.26*'] |
181 | | - experimental: [false] |
182 | | - runner: [windows-latest] |
183 | | - continue-on-error: ${{ matrix.experimental }} |
| 182 | + include: |
| 183 | + - python: '3.9' |
| 184 | + numpy: '1.26' |
| 185 | + - python: '3.10' |
| 186 | + numpy: '2.2' |
| 187 | + - python: '3.11' |
| 188 | + numpy: '2.2' |
| 189 | + - python: '3.12' |
| 190 | + numpy: '2.2' |
184 | 191 | env: |
185 | | - CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels |
| 192 | + CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels |
186 | 193 |
|
187 | 194 | steps: |
188 | 195 | - name: Download artifact |
|
0 commit comments