Skip to content

Commit 0a2717f

Browse files
committed
pip install "cython<3.0"
1 parent 3292c9a commit 0a2717f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.azure/gpu-tests-fabric.yml

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

.azure/gpu-tests-pytorch.yml

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

0 commit comments

Comments
 (0)