File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ jobs:
112112 - bash : |
113113 set -e
114114 extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
115- pip install -e ".[${extra}dev]" pytest-timeout -U --extra-index-url="${TORCH_URL}"
116- pip install setuptools==75.6.0 jsonargparse==4.35.0
115+ pip install -e ".[${extra}dev]" -U --extra-index-url="${TORCH_URL}"
117116 displayName: "Install package & dependencies"
118117
119118 - bash : |
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - bash : |
117117 set -e
118118 extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
119- pip install -e ".[${extra}dev]" pytest-timeout -U --extra-index-url="${TORCH_URL}"
119+ pip install -e ".[${extra}dev]" -U --extra-index-url="${TORCH_URL}"
120120 displayName: "Install package & dependencies"
121121
122122 - bash : pip uninstall -y lightning
You can’t perform that action at this time.
0 commit comments