Skip to content

Commit fe30906

Browse files
committed
ci/gpu: drop duplicate/confusing dep. installations
1 parent 6e90049 commit fe30906

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.azure/gpu-tests-fabric.yml

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

.azure/gpu-tests-pytorch.yml

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

0 commit comments

Comments
 (0)