- mypy workflow fix

This commit is contained in:
Wim Pomp
2024-03-27 16:07:48 +01:00
parent a799bfae41
commit 77b9e432db

View File

@@ -16,6 +16,6 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - 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 - name: Test with mypy
run: mypy . run: mypy .