mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
update for devops
This commit is contained in:
@@ -39,8 +39,8 @@ steps:
|
|||||||
print('##vso[task.setvariable variable=projectRoot]{}'.format(project_location))
|
print('##vso[task.setvariable variable=projectRoot]{}'.format(project_location))
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel pipenv
|
||||||
pip install -r requirements.txt
|
pipenv install --system
|
||||||
pip install unittest-xml-reporting
|
pip install unittest-xml-reporting
|
||||||
displayName: 'Install prerequisites'
|
displayName: 'Install prerequisites'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user