Skip to content

Commit 5d0491c

Browse files
authored
Fix CI error when 'numpy >= 1.24.0' (#683)
* Update merge_stage_test.yml * Update re_fpn.py * Update re_fpn.py
1 parent c961274 commit 5d0491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_stage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install other dependencies
4949
run: pip install -r requirements/tests.txt
5050
- name: Build and install
51-
run: rm -rf .eggs && pip install -e .
51+
run: rm -rf .eggs && pip install 'numpy < 1.24.0' && pip install -e .
5252
- name: Run unittests and generate coverage report
5353
run: |
5454
coverage run --branch --source mmrotate -m pytest tests/

0 commit comments

Comments
 (0)