Skip to content

Commit 3292c9a

Browse files
committed
ci/gpu: setting oldest dependencies
1 parent 242d80f commit 3292c9a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
pip list
101101
displayName: "Image info & NVIDIA"
102102
103+
- bash: python .actions/assistant.py replace_oldest_ver
104+
condition: contains(variables['Agent.JobName'], 'oldest')
105+
displayName: "setting oldest dependencies"
106+
103107
- bash: |
104108
PYTORCH_VERSION=$(python -c "import torch; print(torch.__version__.split('+')[0])")
105109
pip install -q wget packaging

.azure/gpu-tests-pytorch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
pip list
105105
displayName: "Image info & NVIDIA"
106106
107+
- bash: python .actions/assistant.py replace_oldest_ver
108+
condition: contains(variables['Agent.JobName'], 'oldest')
109+
displayName: "setting oldest dependencies"
110+
107111
- bash: |
108112
PYTORCH_VERSION=$(python -c "import torch; print(torch.__version__.split('+')[0])")
109113
pip install -q wget packaging

0 commit comments

Comments
 (0)