Skip to content

Commit

Permalink
add mypy install
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Dec 6, 2023
1 parent b413550 commit 2f31820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plotly_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Run formatter
run: make lint

- name: Install missing stubs
run: mypy --install-types --non-interactive
- run: |
pip3 install mypy
mypy --install-types --non-interactive
- name: Run checks
run: make checks
Expand Down

0 comments on commit 2f31820

Please sign in to comment.