maybe fix app test?
This commit is contained in:
parent
36279be9e0
commit
8210a43ef4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue