Skip to content

Commit

Permalink
mypy dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent b7bb5b7 commit a0deb31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest mypy
pip install pytest mypy pydantic
- name: mypy
run: |
mypy --install-types --non-interactive .
mypy .
run: mypy .

- name: pytest
run: pytest

0 comments on commit a0deb31

Please sign in to comment.