mirror of https://github.com/open-mmlab/mmcv.git
fix lint
parent
3e70d7cf0f
commit
74f3fa21f2
|
@ -115,7 +115,7 @@ jobs:
|
|||
run: pip install -e . -v
|
||||
- name: Install unit tests dependencies
|
||||
run: |
|
||||
pip install -r requirements/test.txt
|
||||
pip install -r requirements/test.txt
|
||||
pip install numpy==1.24.3
|
||||
# Distributed related unit test may randomly error in PyTorch 1.13.0
|
||||
- name: Run unittests and generate coverage report
|
||||
|
|
Loading…
Reference in New Issue