|
26 | 26 | strategy: |
27 | 27 | fail-fast: false |
28 | 28 | matrix: |
29 | | - python: ['3.8', '3.9', '3.10'] |
| 29 | + python: ['3.9', '3.10', '3.11'] |
30 | 30 | os: [ubuntu-latest, windows-latest] |
31 | 31 |
|
32 | 32 | runs-on: ${{ matrix.os }} |
|
93 | 93 | strategy: |
94 | 94 | fail-fast: false |
95 | 95 | matrix: |
96 | | - python: ['3.8', '3.9', '3.10'] |
| 96 | + python: ['3.9', '3.10', '3.11'] |
97 | 97 | os: [ubuntu-20.04, ubuntu-latest, windows-latest] |
98 | 98 | experimental: [false] |
99 | 99 |
|
@@ -157,8 +157,9 @@ jobs: |
157 | 157 | echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV |
158 | 158 |
|
159 | 159 | # We want to make sure that all dependecies install automatically. |
| 160 | + # intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1 |
160 | 161 | - name: Install builded package |
161 | | - run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} opencl_rt pytest -c ${{ env.CHANNEL_PATH }} |
| 162 | + run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest -c ${{ env.CHANNEL_PATH }} |
162 | 163 |
|
163 | 164 | - name: Setup OpenCL CPU device |
164 | 165 | if: runner.os == 'Windows' |
@@ -199,7 +200,7 @@ jobs: |
199 | 200 |
|
200 | 201 | strategy: |
201 | 202 | matrix: |
202 | | - python: ['3.8', '3.9', '3.10'] |
| 203 | + python: ['3.9', '3.10', '3.11'] |
203 | 204 | os: [ubuntu-latest, windows-latest] |
204 | 205 |
|
205 | 206 | runs-on: ${{ matrix.os }} |
|
0 commit comments