Skip to content

Commit

Permalink
fix: inc test deps in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 26, 2023
1 parent e0c22b6 commit 38789c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install .[lint]
pip install .[lint,test]
- name: Run MyPy
run: mypy .

0 comments on commit 38789c1

Please sign in to comment.