Skip to content

Commit

Permalink
CI: Run against Numpy 2.0 nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 16, 2023
1 parent c0b43b7 commit a8c449e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
pip install -r requirements-test.txt
pip install codecov
- name: Install numpy, scipy nightlies
if: matrix.python-version == '3.11'
run: |
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -U numpy scipy
- name: Run flake8, pylint, mypy
if: matrix.python-version == '3.11'
run: |
Expand Down

0 comments on commit a8c449e

Please sign in to comment.