update ci.yaml names

This commit is contained in:
Sina Atalay 2023-10-16 18:06:19 +02:00 committed by GitHub
parent 7447affed4
commit c870c93eeb
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: lint ${{ matrix.python-version }} name: Lint with Py${{ matrix.python-version }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -31,7 +31,7 @@ jobs:
continue-on-error: true continue-on-error: true
test: test:
name: test ${{ matrix.python-version }} on ${{ matrix.os }} name: Test with Py${{ matrix.python-version }} on ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false