diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index 0d0575b7..78c40bfd 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -28,7 +28,7 @@ jobs: persistCredentials: true - script: | - $(python.version)-m venv venv + python3.10 -m venv venv displayName: 'Create venv' - script: |