Skip to content

Commit 5a78fa9

Browse files
committed
pip install -U numpy
1 parent 8739d05 commit 5a78fa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install unittest dependencies
4545
run: |
4646
pip install -r requirements.txt
47+
pip install -U numpy
4748
- name: Build and install
4849
run: rm -rf .eggs && pip install -e .
4950
- name: Run unittests and generate coverage report
@@ -85,6 +86,7 @@ jobs:
8586
python -V
8687
python -m pip install mmcv-full==${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/cu102/${{matrix.torch_version}}/index.html
8788
python -m pip install -r requirements.txt
89+
python -m pip install -U numpy
8890
- name: Build and install
8991
run: |
9092
rm -rf .eggs && python -m pip install -e .
@@ -128,6 +130,7 @@ jobs:
128130
python -V
129131
python -m pip install mmcv-full==${{matrix.mmcv}} -f https://download.openmmlab.com/mmcv/dist/cu111/${{matrix.torch_version}}/index.html
130132
python -m pip install -r requirements.txt
133+
python -m pip install -U numpy
131134
- name: Build and install
132135
run: |
133136
rm -rf .eggs && python -m pip install -e .

0 commit comments

Comments
 (0)