Skip to content

Commit 47cacb3

Browse files
VicVic
authored andcommitted
Install Dependencies fix for yaml
1 parent 904ff82 commit 47cacb3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install ruff mypy pytest
2525
pip install -e .
26+
pip install types-requests types-chardet
2627
2728
- name: Run PyOB Validation Suite
2829
run: |
2930
chmod +x check.sh
31+
mypy --install-types --non-interactive src/
3032
./check.sh

0 commit comments

Comments
 (0)