Skip to content

Commit

Permalink
Add installation of pydantic dependency in mypy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristobal Pio Garcia committed Jun 12, 2024
1 parent 2f263b2 commit 8c1ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install mypy
run: |
python -m pip install --upgrade pip
pip install mypy
pip install mypy pydantic
- name: Run mypy
run: mypy .

0 comments on commit 8c1ec0f

Please sign in to comment.