mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
fix
Signed-off-by: lizz <lizz@sensetime.com>
This commit is contained in:
parent
c15059aca8
commit
82740ede93
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -59,8 +59,8 @@ jobs:
|
||||
run: pip install mmcv-full==1.3.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch${{matrix.torch}}/index.html
|
||||
- name: Install MMDet
|
||||
run: pip install git+https://github.com/open-mmlab/mmdetection/
|
||||
- name: Install unittest dependencies
|
||||
run: pip install -r requirements/tests.txt
|
||||
- name: Install other dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Build and install
|
||||
run: rm -rf .eggs && pip install -e .
|
||||
- name: Run unittests and generate coverage report
|
||||
|
Loading…
x
Reference in New Issue
Block a user