#2758 - Updated azure-benchmark-pipeline.yaml to use python3.10 on the yak pool vm

This commit is contained in:
Christopher McCarthy
2024-07-17 14:20:53 +00:00
parent f409d0c27c
commit c7431fa0c8

View File

@@ -47,15 +47,15 @@ jobs:
addToPath: true
- script: |
python -m pip install --upgrade pip
pip install -e .[dev,rl]
python3.10 -m pip install --upgrade pip
python3.10 -m pip install -e .[dev,rl]
primaite setup
displayName: 'Install Dependencies'
- script: |
set -e
cd benchmark
python3 primaite_benchmark.py
python3.10 -m pip primaite_benchmark.py
cd ..
displayName: 'Run Benchmarking Script'