Skip to content

Commit

Permalink
exclude numpy 2.0 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Jul 2, 2024
1 parent fe713f8 commit 9efa150
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install SimWeights
run: |
python3 -m pip install flit
python3 -m pip install flit 'numpy<2'
python3 -m flit install --symlink --deps=production --extras=test
if [ "$RUNNER_OS" == "Linux" ]; then
python3 -m pip install nuflux
fi
- name: Download Test Data
run: curl -u icecube:${{secrets.ICECUBE_PASSWORD}} https://convey.icecube.wisc.edu/data/user/kmeagher/simweights_testdata.tar.gz | tar xz
- name: Run Tests
Expand Down

0 comments on commit 9efa150

Please sign in to comment.