Disable ldap, enable mypy

This commit is contained in:
Harshal Sheth 2021-02-11 22:54:45 -08:00 committed by Shirshanka Das
parent d483d23fd7
commit 92d1368f5e
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
flake8 src tests --count --statistics
- name: Check with mypy
run: |
mypy -p gometa || true
mypy -p gometa
- name: Tests with pytest
run: |
pytest