- mypy workflow fix
This commit is contained in:
2
.github/workflows/mypy.yml
vendored
2
.github/workflows/mypy.yml
vendored
@@ -16,6 +16,6 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: pip install mypy lxml geojson maturin python-dateutil types-python-dateutil lxml-stubs
|
||||
run: pip install .[test]
|
||||
- name: Test with mypy
|
||||
run: mypy .
|
||||
Reference in New Issue
Block a user