Skip to content

Commit

Permalink
TST: unlock numpy 2.0 on bleeding-edge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 25, 2023
1 parent c714730 commit a64ce7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel setuptools_scm
python -m pip install --pre --extra-index \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy matplotlib
python -m pip install --pre numpy --only-binary ":all:" --extra-index \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
python -m pip install pytest
python -m pip install --pre sympy
- name: Build unyt
run: python -m pip install --no-build-isolation .

- run: python -m pip list

- name: Run Tests
run: pytest -vvv unyt/

0 comments on commit a64ce7d

Please sign in to comment.