Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 15, 2022
1 parent 3cd5838 commit b2a644a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
pip list
- name: Type check PyTorch
working-directory: src/pytorch_lightning
run: mypy --install-types --non-interactive --config-file ../../pyproject.toml
working-directory: src/
run: mypy . --install-types --non-interactive --config-file ../pyproject.toml

0 comments on commit b2a644a

Please sign in to comment.