diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70ecd30b..bd10c0ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,13 +44,13 @@ jobs: run: poetry run pytest --black . run_pytest: - name: Pytest ${{ matrix.os }} + name: "pytest ${{ matrix.os }} | python ${{ matrix.os }}" runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest ] - version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4