From c870c93eeb3b41d4d5d2dd89dbfdef402ce3ac54 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:06:19 +0200 Subject: [PATCH] update ci.yaml names --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0515427..4327f06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: lint: runs-on: ubuntu-latest - name: lint ${{ matrix.python-version }} + name: Lint with Py${{ matrix.python-version }} strategy: fail-fast: false matrix: @@ -31,7 +31,7 @@ jobs: continue-on-error: true test: - name: test ${{ matrix.python-version }} on ${{ matrix.os }} + name: Test with Py${{ matrix.python-version }} on ${{ matrix.os }} strategy: fail-fast: false