From 77b9e432dbb97c0ec32b987a0feb8bd0ac84118b Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 27 Mar 2024 16:07:48 +0100 Subject: [PATCH] - mypy workflow fix --- .github/workflows/mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index f2490b5..9146014 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -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 . \ No newline at end of file