File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222
222
name : codecov-umbrella
223
223
fail_ci_if_error : false
224
224
225
- build_cu116 :
225
+ build_cuda116 :
226
226
runs-on : ubuntu-18.04
227
227
container :
228
228
image : pytorch/pytorch:1.13.0-cuda11.6-cudnn8-devel
@@ -264,7 +264,7 @@ jobs:
264
264
- name : Install mmseg dependencies
265
265
run : |
266
266
python -V
267
- python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102 /${{matrix.torch_version}}/index.html
267
+ python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu116 /${{matrix.torch_version}}/index.html
268
268
python -m pip install -r requirements.txt
269
269
python -c 'import mmcv; print(mmcv.__version__)'
270
270
- name : Build and install
@@ -278,14 +278,6 @@ jobs:
278
278
coverage run --branch --source mmseg -m pytest tests/
279
279
coverage xml
280
280
coverage report -m
281
- - name : Upload coverage to Codecov
282
- uses : codecov/codecov-action@v2
283
- with :
284
- files : ./coverage.xml
285
- flags : unittests
286
- env_vars : OS,PYTHON
287
- name : codecov-umbrella
288
- fail_ci_if_error : false
289
281
290
282
test_windows :
291
283
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments