Skip to content

Commit

Permalink
Remove mypy step from github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
wschott committed Oct 16, 2023
1 parent a4d9066 commit 1d0d9dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Typecheck
run: |
tox -e typecheck
- name: Run tests
run: |
tox -e py
Expand Down

0 comments on commit 1d0d9dd

Please sign in to comment.