Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with numpy 2.0 #387

Merged
merged 12 commits into from
Aug 22, 2024
Prev Previous commit
Next Next commit
-e and .
adrn committed Aug 21, 2024
commit ef469513c765accc7cea58b52dca36b13619bbb7
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ jobs:
sudo apt-get install libhdf5-serial-dev # TODO: remove when h5py has 3.11 wheels
- name: Install package and dependencies
run: python -m pip install ".[${{ matrix.pip-test-deps }}]"
run: python -m pip install -e ".[${{ matrix.pip-test-deps }}]"
env:
GALA_NOGSL: ${{ matrix.gala-nogsl }}

@@ -92,7 +92,7 @@ jobs:
- name: Run tests
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
--durations=20
--durations=20 .
- name: Upload coverage report
uses: codecov/[email protected]