Skip to content

Commit

Permalink
Linting is not run on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Jan 23, 2024
1 parent b414c71 commit 0f13abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0f13abc

Please sign in to comment.