File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments