diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index f0c7c063..c16a21cf 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -44,7 +44,7 @@ steps: - script: | python -m pip install --upgrade pip - pip install -e . + pip install -e .[dev,rl] primaite setup displayName: 'Install Dependencies'