Skip to content

Commit

Permalink
Install type stubs in mypy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich committed Sep 8, 2024
1 parent 4cd1cd1 commit 1deac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
pip install mypy
- name: Run MyPy
run: |
mypy chatminer/
mypy chatminer/ --install-types --non-interactive

0 comments on commit 1deac04

Please sign in to comment.