Skip to content

Commit

Permalink
Continuing to try to test numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrown-ST committed Nov 2, 2023
1 parent a9ecc85 commit 449a13d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
${{ needs.cache.outputs.path }}
${{ needs.cache.outputs.testing_cache }}
key: ${{ needs.cache.outputs.key }}
- run: pip uninstall -y numpy astropy scipy matplotlib contourpy
- run: pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
- run: pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy
- run: pip uninstall -y astropy matplotlib contourpy
- run: pip install git+https://github.com/astropy/astropy.git
- run: pip install git+https://github.com/matplotlib/matplotlib.git
- run: pip install git+https://github.com/contourpy/contourpy.git
- run: pip uninstall -y numpy scipy
- run: pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
- run: pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy
- run: ./runtests --cover

0 comments on commit 449a13d

Please sign in to comment.