- mypy workflow fix
This commit is contained in:
2
.github/workflows/mypy.yml
vendored
2
.github/workflows/mypy.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pip install mypy lxml geojson maturin python-dateutil types-python-dateutil lxml-stubs
|
||||
- name: Test with mypy
|
||||
run: mypy
|
||||
run: mypy .
|
||||
Reference in New Issue
Block a user