diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 038cc23eb8c0..2c3539229277 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -151,7 +151,7 @@ stages: - template: ".azure/test-linux.yml" parameters: pythonVersion: ${{ parameters.minimumPythonVersion }} - testQPY: false + testQPY: true testImages: false rustVersion: ${{ parameters.minimumRustVersion }} @@ -171,7 +171,7 @@ stages: - template: ".azure/test-linux.yml" parameters: pythonVersion: ${{ parameters.maximumPythonVersion }} - testQPY: true + testQPY: false testImages: true installFromSdist: true