Skip to content

Commit

Permalink
Skip type checking on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Aug 30, 2022
1 parent 6baed05 commit 96aaca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
run: poetry install
- name: Static type checking
run: poetry run mypy .
if: runner.os != 'Windows'
- name: Run test
run: poetry run pytest

0 comments on commit 96aaca5

Please sign in to comment.