Skip to content

Commit

Permalink
fix: mypy dependency installation (using --non-interactive)
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 25, 2021
1 parent fb755a3 commit 84a1175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install -r requirements-dev.txt
pip install pygdal=="`gdal-config --version`.*"
pip install .
mypy --install-types pygeofilter
mypy --install-types --non-interactive pygeofilter
- name: Run unit tests
run: |
pytest
Expand Down

0 comments on commit 84a1175

Please sign in to comment.