File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ jobs:
100100 pip list
101101 displayName: "Image info & NVIDIA"
102102
103- - bash : python .actions/assistant.py replace_oldest_ver
103+ - bash : |
104+ python .actions/assistant.py replace_oldest_ver
105+ pip install "cython<3.0" wheel # for compatibility
104106 condition: contains(variables['Agent.JobName'], 'oldest')
105107 displayName: "setting oldest dependencies"
106108
Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ jobs:
104104 pip list
105105 displayName: "Image info & NVIDIA"
106106
107- - bash : python .actions/assistant.py replace_oldest_ver
107+ - bash : |
108+ python .actions/assistant.py replace_oldest_ver
109+ pip install "cython<3.0" wheel # for compatibility
108110 condition: contains(variables['Agent.JobName'], 'oldest')
109111 displayName: "setting oldest dependencies"
110112
You can’t perform that action at this time.
0 commit comments