There is no requirements.txt file

This commit is contained in:
cclauss
2019-04-20 09:35:32 +02:00
committed by GitHub
parent 869aa411f4
commit e610cb72ee
+1 -1
View File
@@ -23,7 +23,7 @@ steps:
- script: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# pip install -r requirements.txt
displayName: 'Install dependencies'
- script: |