There was an error while loading. Please reload this page.
1 parent c5befee commit 0f960a9Copy full SHA for 0f960a9
1 file changed
azure-pipelines.yml
@@ -82,7 +82,7 @@ stages:
82
variables:
83
AZURE_CI: 'true'
84
jobs:
85
- - job: Ultraslow_PG
+ - job: Linux_Ultraslow_PG
86
pool:
87
vmImage: 'ubuntu-22.04'
88
@@ -151,9 +151,9 @@ stages:
151
inputs:
152
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
153
154
- - job: Qt
+ - job: Linux_Qt_Bindings
155
156
- vmImage: 'ubuntu-22.04'
+ vmImage: 'ubuntu-24.04'
157
158
DISPLAY: ':99'
159
OPENBLAS_NUM_THREADS: '1'
@@ -250,9 +250,9 @@ stages:
250
strategy:
251
maxParallel: 4
252
matrix:
253
- 3.10 pip:
+ 3.11 pip:
254
TEST_MODE: 'pip'
255
- PYTHON_VERSION: '3.10'
+ PYTHON_VERSION: '3.11'
256
3.13 pip pre:
257
TEST_MODE: 'pip-pre'
258
PYTHON_VERSION: '3.13'
0 commit comments