mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +00:00
Disable ldap, enable mypy
This commit is contained in:
parent
d483d23fd7
commit
92d1368f5e
@ -29,7 +29,7 @@ jobs:
|
|||||||
flake8 src tests --count --statistics
|
flake8 src tests --count --statistics
|
||||||
- name: Check with mypy
|
- name: Check with mypy
|
||||||
run: |
|
run: |
|
||||||
mypy -p gometa || true
|
mypy -p gometa
|
||||||
- name: Tests with pytest
|
- name: Tests with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user