add test reqs to pipelines
This commit is contained in:
		@@ -28,7 +28,7 @@ jobs:
 | 
				
			|||||||
          cd /myagent/_work/1/s/api/tacticalrmm
 | 
					          cd /myagent/_work/1/s/api/tacticalrmm
 | 
				
			||||||
          pip install --no-cache-dir --upgrade pip
 | 
					          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 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"
 | 
					        displayName: "Install Python Dependencies"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - script: |
 | 
					      - script: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user