Skip to content

Commit

Permalink
no numpy v2 on python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jun 18, 2024
1 parent 2bdebdc commit d79e714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ jobs:
- name: Install package
run: python -m pip install -e .[dev]

- name: Install awkward v2 and numpy v2
run: python -m pip install -U "awkward>=2" "numpy>=2"
- name: Install awkward v2
run: python -m pip install -U awkward numpy

- name: Run doctests on Python 3.11 with awkward v2.x and numpy v2.x
- name: Run doctests on Python 3.11 with awkward v2.x
if: matrix.python-version == 3.11
run: python -m pytest -ra --doctest-plus src/vector/

Expand Down

0 comments on commit d79e714

Please sign in to comment.