Skip to content

Commit 96bc7ba

Browse files
committed
Disable mypy checks in CI for Python 3.8
1 parent 968740e commit 96bc7ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
include:
1515
- { python-version: 3.9, os: ubuntu-latest, session: "mypy" }
1616
- { python-version: 3.9, os: ubuntu-latest, session: "tests" }
17-
- { python-version: 3.8, os: ubuntu-latest, session: "mypy" }
1817
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
1918
- { python-version: 3.9, os: ubuntu-latest, session: "pre-commit" }
2019
- { python-version: 3.9, os: ubuntu-latest, session: "safety" }

0 commit comments

Comments
 (0)