Skip to content

Commit 8b11e99

Browse files
Bordalantiga
authored andcommitted
ci: fixing
1 parent cf64e87 commit 8b11e99

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.azure/app-cloud-e2e.yml

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

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

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

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

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

0 commit comments

Comments
 (0)