Skip to content

Commit

Permalink
CI: run lint/mypy on python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 14, 2022
1 parent d0e4d10 commit 8b52bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,15 @@ jobs:
conda info
- name: pylint
if: matrix.python-version == '3.8'
shell: bash
run: |
source activate test
pylint rioxarray/
- name: mypy
shell: bash
if: matrix.python-version == '3.8'
run: |
source activate test
mypy rioxarray/
Expand Down

0 comments on commit 8b52bfe

Please sign in to comment.