Skip to content

Commit

Permalink
chore: skip mypy for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Apr 2, 2024
1 parent cda01c5 commit 855a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: black --check --diff simplemma training tests

- name: Type checking with mypy
if: matrix.python-version != '3.6'
if: matrix.python-version != '3.6' && matrix.python-version != '3.7'
run: mypy -p simplemma -p training -p tests

- name: Test with pytest
Expand Down

0 comments on commit 855a71a

Please sign in to comment.