Skip to content

Commit b32ff56

Browse files
committed
ci: fixing
1 parent de6e60f commit b32ff56

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.azure/app-cloud-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci-tests-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
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

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)