Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raymyers authored Mar 21, 2024
1 parent 95c594a commit a37a098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
python -m pytest --cov --cov-fail-under=50
- name: type-checking
run: |
python -m pip install lxml-stubs pandas-stubs types-Deprecated types-Pygments types-beautifulsoup4 types-requests types-tqdm types-tree-sitter types-tree-sitter-languages
python -m mypy menderbot --install-types
- name: build whl
run: |
Expand Down

0 comments on commit a37a098

Please sign in to comment.