Skip to content

Commit cc02627

Browse files
committed
Only typecheck main package for now
1 parent 559bc04 commit cc02627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
pip install mypy black
3535
black --check .
36-
mypy --strict .
36+
mypy --strict bayes_kit/ # TODO make "." to also typecheck tests.
3737
3838
- name: Run tests
3939
run: |

0 commit comments

Comments
 (0)