Skip to content

Commit

Permalink
Better name
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jan 29, 2024
1 parent 64bf7d9 commit 8b9149a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install awkward v1
run: python -m pip install -U "awkward<2"

- name: Run doctests on Python ${{ matrix.python-version }} with awkward v1.x
- name: Run doctests on Python 3.11 with awkward v1.x
if: matrix.python-version == '3.11'
run: python -m pytest -ra --doctest-plus src/vector/

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install awkward v2
run: python -m pip install -U --pre "awkward>=2.0.0rc1"

- name: Run doctests on Python ${{ matrix.python-version }} with awkward 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 8b9149a

Please sign in to comment.