Skip to content

Commit

Permalink
Update ci workflow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbings committed Feb 10, 2022
1 parent ec0ffa6 commit 9fcc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install mypy
run: pip install --upgrade mypy
- name: Run mypy
run: mypy --ignore-missing-imports synthtiger
run: mypy --ignore-missing-imports --install-types --non-interactive synthtiger

pylint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9fcc9d6

Please sign in to comment.