Skip to content

Commit

Permalink
ci: fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and lantiga committed Apr 24, 2023
1 parent cf64e87 commit 8b11e99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azure/app-cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
- bash: |
time python -c "from lightning.app import testing; testing.delete_cloud_lightning_apps()"
condition: always()
continueOnError: "true"
timeoutInMinutes: "3"
env:
#LAI_USER: $(LAI_USER) # for STAGING
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-tests-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:

- name: Install package & dependencies
run: |
python -m pip install -q pip -U
pip install -e .[dev] -U -f ${TORCH_URL} -f ${PYPI_CACHE_DIR} --prefer-binary
pip list
- name: Dump handy wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install package & dependencies
run: |
pip install -q pip -U
python -m pip install -q pip -U
pip install .[extra,test] -U \
"pytest-timeout" \
-f ${TORCH_URL} ${TORCH_PREINSTALL} -f ${PYPI_CACHE_DIR} --prefer-binary
Expand Down

0 comments on commit 8b11e99

Please sign in to comment.