Skip to content

Commit 2ccba9a

Browse files
author
Arturo R Montesinos
committed
ci: install types stubs as part of dev deps step
1 parent f63f1ca commit 2ccba9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install -r requirements-dev.txt
24+
# Ensure typing stubs for optional deps used by mypy
25+
pip install types-PyYAML types-tabulate types-tqdm
2426
- name: Ensure typing stubs for optional deps
2527
run: |
2628
pip install types-PyYAML types-tabulate types-tqdm

0 commit comments

Comments
 (0)