|
33 | 33 | strategy:
|
34 | 34 | fail-fast: false
|
35 | 35 | matrix:
|
36 |
| - python-version: ["3.9"] |
| 36 | + python-version: ["3.11"] |
37 | 37 | runs-on: [self-hosted, llm, perf]
|
38 | 38 | env:
|
39 | 39 | OMP_NUM_THREADS: 16
|
@@ -163,7 +163,7 @@ jobs:
|
163 | 163 | strategy:
|
164 | 164 | fail-fast: false
|
165 | 165 | matrix:
|
166 |
| - python-version: ["3.9"] |
| 166 | + python-version: ["3.11"] |
167 | 167 | runs-on: [self-hosted, llm, spr-perf]
|
168 | 168 | env:
|
169 | 169 | OMP_NUM_THREADS: 16
|
@@ -238,10 +238,10 @@ jobs:
|
238 | 238 | include:
|
239 | 239 | - os: windows
|
240 | 240 | platform: dp
|
241 |
| - python-version: "3.9" |
| 241 | + python-version: "3.11" |
242 | 242 | # - os: windows
|
243 | 243 | # platform: lp
|
244 |
| - # python-version: "3.9" |
| 244 | + # python-version: "3.11" |
245 | 245 | runs-on: [self-hosted, "${{ matrix.os }}", llm, perf-core, "${{ matrix.platform }}"]
|
246 | 246 | env:
|
247 | 247 | ANALYTICS_ZOO_ROOT: ${{ github.workspace }}
|
@@ -309,7 +309,7 @@ jobs:
|
309 | 309 | matrix:
|
310 | 310 | include:
|
311 | 311 | - os: windows
|
312 |
| - python-version: "3.9" |
| 312 | + python-version: "3.11" |
313 | 313 | runs-on: [self-hosted, "${{ matrix.os }}", llm, perf-igpu]
|
314 | 314 | env:
|
315 | 315 | ANALYTICS_ZOO_ROOT: ${{ github.workspace }}
|
@@ -380,7 +380,7 @@ jobs:
|
380 | 380 | - name: Create env for html generation
|
381 | 381 | shell: cmd
|
382 | 382 | run: |
|
383 |
| - call conda create -n html-gen python=3.9 -y |
| 383 | + call conda create -n html-gen python=3.11 -y |
384 | 384 | call conda activate html-gen
|
385 | 385 |
|
386 | 386 | pip install pandas==1.5.3
|
|
0 commit comments