Skip to content

Commit

Permalink
skip lint on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 7, 2023
1 parent bea0e7b commit 4381cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
pre-install: poetry
run-lint: ${{ matrix.python-version != '3.7' }}

0 comments on commit 4381cc1

Please sign in to comment.