Skip to content

Commit

Permalink
ci: fix mypy run due to py version differences
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 10, 2022
1 parent 9063b55 commit e0663b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install -e .[dev]
# we're running mypy on 38 but check against 36:
- name: Install missing py36+ dependencies
run: |
pip install importlib_resources
pip install typing_extensions
- name: Run mypy
run: |
mypy paquo
Expand Down

0 comments on commit e0663b9

Please sign in to comment.