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