Skip to content

Commit 97cf6ed

Browse files
committed
set -e
1 parent d31f23c commit 97cf6ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
displayName: "Adjust dependencies"
112112
113113
- bash: |
114+
set -e
114115
extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
115116
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
116117
pip install setuptools==75.6.0 jsonargparse==4.35.0

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
displayName: "Adjust dependencies"
116116
117117
- bash: |
118+
set -e
118119
extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
119120
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
120121
pip install setuptools==75.6.0 jsonargparse==4.35.0

0 commit comments

Comments
 (0)