#2758 - Updated azure-benchmark-pipeline.yaml to use python3.10 on the yak pool vm
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user