Skip to content

Commit

Permalink
ci: install mypy types
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Mar 5, 2024
1 parent 8db13ac commit 06765de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install mypy
run: pip install mypy

# - name: Install mypy types
# run: mypy ./aterp/. --install-types
- name: Install mypy types
run: mypy ./electronic_payments/. --install-types

- name: Run mypy
uses: sasanquaneuf/mypy-github-action@releases/v1
Expand Down

0 comments on commit 06765de

Please sign in to comment.