From ad2b132a10b2b701e3337a7a11ad8539c5b8cbae Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Wed, 26 Jun 2024 09:13:55 +0100 Subject: [PATCH] #2648 - added dev and rl extras to the pip install step --- .azure/azure-benchmark-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'