Skip to content

Commit f0743d5

Browse files
committed
fix: add install stubs work for CI
1 parent d01e632 commit f0743d5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: poetry install
26-
26+
27+
- name: Install type stubs
28+
run: poetry run mypy --install-types
29+
2730
- name: Run Mypy
2831
run: poetry run mypy ytfetcher
2932

0 commit comments

Comments
 (0)