Skip to content

Commit

Permalink
Use numpy < 2.1 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Aug 26, 2024
1 parent 4c8044d commit 75c9c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: python -m pip install -e .[dev]

- name: Install awkward v2
run: python -m pip install -U awkward numpy
run: python -m pip install -U awkward "numpy<2.1"

- name: Run doctests on Python 3.11 with awkward v2.x
if: matrix.python-version == 3.11
Expand Down

0 comments on commit 75c9c9e

Please sign in to comment.