Skip to content

Commit

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

- run: |
pip3 install mypy
mypy --install-types --non-interactive
- name: Run stubs install
run: poetry run mypy --install-types --non-interactive

- name: Run checks
run: make checks
Expand Down

0 comments on commit 6ab853e

Please sign in to comment.