#2758 - Updated azure-benchmark-pipeline.yaml

This commit is contained in:
Christopher McCarthy
2024-07-17 14:34:51 +00:00
parent 2900ca9b2a
commit b83bab2e2e

View File

@@ -28,7 +28,7 @@ jobs:
persistCredentials: true
- script: |
$(python.version)-m venv venv
python3.10 -m venv venv
displayName: 'Create venv'
- script: |