From 8b9149a4245130972c95e63f110ad092d68216bd Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Mon, 29 Jan 2024 12:06:48 +0100 Subject: [PATCH] Better name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8736344..51e73912 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/ @@ -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/