diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 500072a..de8eb53 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -40,11 +40,11 @@ jobs: run: | poetry run poe test - name: Linting - if: ${{ matrix.python-version == '3.9' }} + if: ${{ matrix.python-version == '3.11' }} run: | poetry run poe ci_check - name: "Upload coverage to Codecov" - if: ${{ matrix.python-version == '3.9' }} + if: ${{ matrix.python-version == '3.11' }} uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }}