File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 9797 path : $(pip_cache_dir)
9898 displayName : Cache pip
9999
100- - bash : python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
101- displayName : ' Install lightning'
100+ - bash : git restore . && python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
101+ displayName : ' Install lightning app'
102+ env :
103+ PACKAGE_NAME : app
104+
105+ - bash : git restore . && python -m pip install -e . --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
106+ displayName : ' Install pytorch lightning'
107+ env :
108+ PACKAGE_NAME : pytorch
102109
103110 - bash : python -m pip install -r requirements/app/test.txt -r requirements/app/ui.txt
104111 displayName : ' Install dependencies'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pytest-cov <=3.0.0
66playwright==1.22.0
77# pytest-flake8
88httpx
9- trio
9+ trio<0.22.0
1010pympler
1111psutil
1212setuptools<=59.5.0
You can’t perform that action at this time.
0 commit comments