diff --git a/.azure-pipelines/steps/install-dependencies.yml b/.azure-pipelines/steps/install-dependencies.yml index dfe733b6..16b3d6b8 100644 --- a/.azure-pipelines/steps/install-dependencies.yml +++ b/.azure-pipelines/steps/install-dependencies.yml @@ -1,3 +1,3 @@ steps: -- script: 'python -m pip install --upgrade pip && python -m pip install -e .' +- script: 'python -m pip install --upgrade pip && python -m pip install -e .[test]' displayName: Upgrade Pip & Install Pipenv