File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 44
44
- name : Install unittest dependencies
45
45
run : |
46
46
pip install -r requirements.txt
47
+ pip install -U numpy
47
48
- name : Build and install
48
49
run : rm -rf .eggs && pip install -e .
49
50
- name : Run unittests and generate coverage report
85
86
python -V
86
87
python -m pip install mmcv-full==${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/cu102/${{matrix.torch_version}}/index.html
87
88
python -m pip install -r requirements.txt
89
+ python -m pip install -U numpy
88
90
- name : Build and install
89
91
run : |
90
92
rm -rf .eggs && python -m pip install -e .
@@ -128,6 +130,7 @@ jobs:
128
130
python -V
129
131
python -m pip install mmcv-full==${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/cu111/${{matrix.torch_version}}/index.html
130
132
python -m pip install -r requirements.txt
133
+ python -m pip install -U numpy
131
134
- name : Build and install
132
135
run : |
133
136
rm -rf .eggs && python -m pip install -e .
You can’t perform that action at this time.
0 commit comments