We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c961274 commit 5d0491cCopy full SHA for 5d0491c
.github/workflows/merge_stage_test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install other dependencies
49
run: pip install -r requirements/tests.txt
50
- name: Build and install
51
- run: rm -rf .eggs && pip install -e .
+ run: rm -rf .eggs && pip install 'numpy < 1.24.0' && pip install -e .
52
- name: Run unittests and generate coverage report
53
run: |
54
coverage run --branch --source mmrotate -m pytest tests/
0 commit comments