|
22 | 22 | runs-on: ubuntu-18.04 |
23 | 23 | strategy: |
24 | 24 | matrix: |
25 | | - python-version: [3.6, 3.8, 3.9] |
| 25 | + python-version: [3.8, 3.9] |
26 | 26 | torch: [1.8.1] |
27 | 27 | include: |
28 | 28 | - torch: 1.8.1 |
|
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.0rc3' |
| 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 | + mim install 'mmdet==3.0.0rc5' |
50 | 50 | - name: Install unittest dependencies |
51 | 51 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
52 | 52 | - name: Build and install |
@@ -100,9 +100,9 @@ jobs: |
100 | 100 | python -V |
101 | 101 | pip install -U openmim |
102 | 102 | pip install git+https://github.com/open-mmlab/mmengine.git |
103 | | - mim install 'mmcv>=2.0.0rc3' |
| 103 | + mim install 'mmcv==2.0.0rc3' |
104 | 104 | pip install git+https://github.com/open-mmlab/[email protected] |
105 | | - pip install git+https://github.com/open-mmlab/[email protected] |
| 105 | + mim install 'mmdet==3.0.0rc5' |
106 | 106 | - name: Install unittest dependencies |
107 | 107 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
108 | 108 | - name: Build and install |
@@ -166,9 +166,9 @@ jobs: |
166 | 166 | python -V |
167 | 167 | pip install -U openmim |
168 | 168 | pip install git+https://github.com/open-mmlab/mmengine.git |
169 | | - mim install 'mmcv>=2.0.0rc3' |
| 169 | + mim install 'mmcv==2.0.0rc3' |
170 | 170 | pip install git+https://github.com/open-mmlab/[email protected] |
171 | | - pip install git+https://github.com/open-mmlab/[email protected] |
| 171 | + mim install 'mmdet==3.0.0rc5' |
172 | 172 | - name: Install unittest dependencies |
173 | 173 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
174 | 174 | - name: Build and install |
@@ -209,9 +209,9 @@ jobs: |
209 | 209 | python -V |
210 | 210 | pip install -U openmim |
211 | 211 | pip install git+https://github.com/open-mmlab/mmengine.git |
212 | | - mim install 'mmcv>=2.0.0rc3' |
| 212 | + mim install 'mmcv==2.0.0rc3' |
213 | 213 | pip install git+https://github.com/open-mmlab/[email protected] |
214 | | - pip install git+https://github.com/open-mmlab/[email protected] |
| 214 | + mim install 'mmdet==3.0.0rc5' |
215 | 215 | - name: Install unittest dependencies |
216 | 216 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
217 | 217 | - name: Build and install |
@@ -244,9 +244,9 @@ jobs: |
244 | 244 | python -V |
245 | 245 | pip install -U openmim |
246 | 246 | pip install git+https://github.com/open-mmlab/mmengine.git |
247 | | - mim install 'mmcv>=2.0.0rc3' |
| 247 | + mim install 'mmcv==2.0.0rc3' |
248 | 248 | pip install git+https://github.com/open-mmlab/[email protected] |
249 | | - pip install git+https://github.com/open-mmlab/[email protected] |
| 249 | + mim install 'mmdet==3.0.0rc5' |
250 | 250 | - name: Install unittest dependencies |
251 | 251 | run: pip install -r requirements/tests.txt -r requirements/optional.txt |
252 | 252 | - name: Build and install |
|
0 commit comments