Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 29, 2024
1 parent 47b60ff commit 3a29eb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Install dependencies
run: |
add-apt-repository ppa:ubuntugis/ppa
apt-get update
apt-get install gdal-bin libgdal-dev
pip install tox
pip install -r requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ commands =
black .

[testenv:typecheck]
allowlist_externals = mypy # TODO: why?
deps =
; {[testenv]deps}
mypy
types-setuptools
types-requests
types-python-dateutil
commands =
mypy ./gweatherrouting
mypy ./gweatherroutingkivy
Expand Down

0 comments on commit 3a29eb0

Please sign in to comment.