File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ jobs:
191191 - bash : |
192192 time python -c "from lightning.app import testing; testing.delete_cloud_lightning_apps()"
193193 condition: always()
194+ continueOnError: "true"
194195 timeoutInMinutes: "3"
195196 env:
196197 #LAI_USER: $(LAI_USER) # for STAGING
Original file line number Diff line number Diff line change 8282
8383 - name : Install package & dependencies
8484 run : |
85+ python -m pip install -q pip -U
8586 pip install -e .[dev] --upgrade --find-links ${TORCH_URL}
8687 pip list
8788
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ jobs:
136136 PACKAGE_NAME : ${{ matrix.pkg-name }}
137137 FREEZE_REQUIREMENTS : 1
138138 run : |
139+ python -m pip install -q pip -U
139140 pip install -e .[extra,test] "pytest-timeout" --upgrade --find-links ${TORCH_URL}
140141 # TODO: installing the strategies from file as deepspeed expects already installed PyTorch and extras do not install base first
141142 # pip install -r requirements/pytorch/strategies.txt --find-links ${TORCH_URL}
You can’t perform that action at this time.
0 commit comments