Skip to content

Commit 6e73f45

Browse files
committed
Add package flag to mypy check
1 parent 9423d77 commit 6e73f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonapp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
run: pip install .[ci]
8686

8787
- name: Static check with mypy
88-
run: mypy ffcx/
88+
run: mypy -p ffcx
89+
8990
- name: ruff checks
9091
run: |
9192
ruff check .

0 commit comments

Comments
 (0)