Skip to content

Commit cc42afb

Browse files
committed
Install missing stubs in pipeline
1 parent b5944f0 commit cc42afb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
if: steps.cache.outputs.cache-hit != 'true'
5757
run: python -m poetry install
5858
- name: Lint
59-
run: python -m poetry run bash scripts/lint.sh
59+
run: |
60+
mypy --install-types
61+
python -m poetry run bash scripts/lint.sh
6062
- run: mkdir coverage
6163
- name: Test
6264
run: python -m poetry run bash scripts/test.sh

0 commit comments

Comments
 (0)