Skip to content

Commit

Permalink
require numpy<2 for meson builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Jul 2, 2024
1 parent 8a88973 commit 9b65ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build nuflux with Meson
if: matrix.build == 'meson'
run: |
python3 -m pip install meson numpy sphinx breathe sphinx_rtd_theme pytest pytest-tap
python3 -m pip install meson 'numpy<2' sphinx breathe sphinx_rtd_theme pytest pytest-tap
meson setup build . -D b_coverage=true --prefix=${HOME}/inst/
meson test -C build
- name: Rename TestLog
Expand Down

0 comments on commit 9b65ff9

Please sign in to comment.