maybe fix app test?

This commit is contained in:
otaj 2022-09-28 15:13:09 +02:00
parent 36279be9e0
commit 8210a43ef4
1 changed files with 5 additions and 2 deletions

View File

@ -97,8 +97,11 @@ jobs:
path: $(pip_cache_dir)
displayName: Cache pip
- bash: python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
displayName: 'Install lightning'
- bash: PACKAGE_NAME=app python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
displayName: 'Install lightning_app'
- bash: git restore . && PACKAGE_NAME=pytorch python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
displayName: 'Install pytorch_lightning'
- bash: python -m pip install -r requirements/app/test.txt -r requirements/app/ui.txt
displayName: 'Install dependencies'