Skip to content

Commit 72d01d7

Browse files
committed
Update mypy usage
1 parent 0870fca commit 72d01d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry run ruff check .
3030

3131
- name: Run mypy type checker
32-
run: poetry run mypy .
32+
run: poetry run mypy opencosmo
3333

3434
test:
3535
name: Test

0 commit comments

Comments
 (0)