add test reqs to pipelines

This commit is contained in:
wh1te909 2020-09-29 05:07:29 +00:00
parent 25a5d6157d
commit c712137d76
1 changed files with 1 additions and 1 deletions

View File

@ -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: |