Skip to content

Commit 145d70f

Browse files
committed
limit mypy search location
1 parent eb23812 commit 145d70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
check-manifest
4343
pip install mypy
44-
mypy .
44+
mypy jupyter_console
4545
4646
check_release:
4747
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)