From c712137d76dbafd3efcf4050beff1ba69154beaa Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 29 Sep 2020 05:07:29 +0000 Subject: [PATCH] add test reqs to pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5dfc3353..1d76ad8d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ jobs: cd /myagent/_work/1/s/api/tacticalrmm pip install --no-cache-dir --upgrade pip pip install --no-cache-dir setuptools==49.6.0 wheel==0.35.1 - pip install --no-cache-dir -r requirements.txt + pip install --no-cache-dir -r requirements.txt -r requirements-test.txt displayName: "Install Python Dependencies" - script: |