[Fix] circle ci (#2019)

* [Fix] circle ci

* importlib

* python -m mim

* python -m cpverage

* typo
pull/2251/head
Miao Zheng 2022-09-05 18:54:21 +08:00 committed by MeowZheng
parent b5715f3860
commit 7f4fb80047
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ jobs:
- run:
name: Skip timm unittests and generate coverage report
command: |
coverage run --branch --source mmseg -m pytest tests/ --ignore tests/test_models/test_backbones/test_timm_backbone.py
coverage xml
coverage report -m
python -m coverage run --branch --source mmseg -m pytest tests/ --ignore tests/test_models/test_backbones/test_timm_backbone.py
python -m coverage xml
python -m coverage report -m
build_cuda:
parameters:
torch: