Skip to content

Commit

Permalink
Test NumPy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 6, 2024
1 parent 72d5183 commit bb0f349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
pip install .[test]
- name: Static type check
run: make typecheck
- name: Install NumPy 2.0 RC2 (for testing purposes)
run: |
pip install numpy==2.0.0rc2
- name: Test with pytest
run: |
pytest --cov=modelskill --ignore tests/notebooks/
Expand Down

0 comments on commit bb0f349

Please sign in to comment.