From aae0470ac3358d4a8c1b5e558d52acae518b45e2 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Fri, 9 Feb 2024 14:55:17 +0000 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 635273a24..1b4e502b9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,7 +25,7 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} - name: pytest with Python ${{ matrix.python-version }} + name: pytest python${{ matrix.python-version }} steps: - name: Checkout Code uses: actions/checkout@v4