Skip to content

Commit d13e500

Browse files
musicsnobjdwolfhub
authored andcommitted
remove python 2 condition from mypy job
1 parent 4b0d1f5 commit d13e500

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
pip install .
2424
pip install tox
2525
- name: Run mypy
26-
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
2726
run: |
2827
pip install -U mypy
2928
mypy -p zxcvbn --ignore-missing-imports

0 commit comments

Comments
 (0)