* show mmcv

* test

* repalce

* refine
pull/12/head
AllentDan 2021-12-17 14:30:11 +08:00 committed by GitHub
parent 75a9ffa611
commit d3e8473f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ jobs:
- name: Install unittest dependencies
run: |
pip install -r requirements.txt
DIR=$(pip show mmocr | grep Location)
DIR=${DIR:10}
sed -i "s/1.4.0/1.5.0/" $(find $DIR/ -path "*mmocr/__init__.py")
- name: Build and install
run: rm -rf .eggs && pip install -e .
- name: Run unittests and generate coverage report