Skip to content

Commit

Permalink
do not run mypy on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Nov 22, 2023
1 parent bb8cc27 commit 1c567d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
- name: run mypy
run:
mypy brother_ql_web/ tests/
if: ${{ matrix.python != '3.8' }}

0 comments on commit 1c567d4

Please sign in to comment.