File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ jobs:
195195 - bash : |
196196 time python -c "from lightning.app import testing; testing.delete_cloud_lightning_apps()"
197197 condition: always()
198+ continueOnError: "true"
198199 timeoutInMinutes: "3"
199200 env:
200201 #LAI_USER: $(LAI_USER) # for STAGING
Original file line number Diff line number Diff line change 8080
8181 - name : Install package & dependencies
8282 run : |
83+ python -m pip install -q pip -U
8384 pip install -e .[dev] -U -f ${TORCH_URL} -f ${PYPI_CACHE_DIR} --prefer-binary
8485 pip list
8586 - name : Dump handy wheels
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Install package & dependencies
117117 run : |
118- pip install -q pip -U
118+ python -m pip install -q pip -U
119119 pip install .[extra,test] -U \
120120 "pytest-timeout" \
121121 -f ${TORCH_URL} ${TORCH_PREINSTALL} -f ${PYPI_CACHE_DIR} --prefer-binary
You can’t perform that action at this time.
0 commit comments