|
44 | 44 | python -V |
45 | 45 | pip install -U openmim |
46 | 46 | pip install git+https://github.com/open-mmlab/mmengine.git |
47 | | - mim install 'mmcv>=2.0.0rc1' |
| 47 | + mim install 'mmcv>=2.0.0rc3' |
48 | 48 | pip install git+https://github.com/open-mmlab/[email protected] |
| 49 | + pip install git+https://github.com/open-mmlab/[email protected] |
49 | 50 | - name: Install unittest dependencies |
50 | 51 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
51 | 52 | - name: Build and install |
|
92 | 93 | python -V |
93 | 94 | pip install -U openmim |
94 | 95 | pip install git+https://github.com/open-mmlab/mmengine.git |
95 | | - mim install 'mmcv>=2.0.0rc1' |
| 96 | + mim install 'mmcv>=2.0.0rc3' |
96 | 97 | pip install git+https://github.com/open-mmlab/[email protected] |
| 98 | + pip install git+https://github.com/open-mmlab/[email protected] |
97 | 99 | - name: Install unittest dependencies |
98 | 100 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
99 | 101 | - name: Build and install |
@@ -155,8 +157,9 @@ jobs: |
155 | 157 | python -V |
156 | 158 | pip install -U openmim |
157 | 159 | pip install git+https://github.com/open-mmlab/mmengine.git |
158 | | - mim install 'mmcv>=2.0.0rc1' |
| 160 | + mim install 'mmcv>=2.0.0rc3' |
159 | 161 | pip install git+https://github.com/open-mmlab/[email protected] |
| 162 | + pip install git+https://github.com/open-mmlab/[email protected] |
160 | 163 | - name: Install unittest dependencies |
161 | 164 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
162 | 165 | - name: Build and install |
@@ -187,8 +190,9 @@ jobs: |
187 | 190 | python -V |
188 | 191 | pip install -U openmim |
189 | 192 | pip install git+https://github.com/open-mmlab/mmengine.git |
190 | | - mim install 'mmcv>=2.0.0rc1' |
| 193 | + mim install 'mmcv>=2.0.0rc3' |
191 | 194 | pip install git+https://github.com/open-mmlab/[email protected] |
| 195 | + pip install git+https://github.com/open-mmlab/[email protected] |
192 | 196 | - name: Install unittest dependencies |
193 | 197 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
194 | 198 | - name: Build and install |
|
0 commit comments