Skip to content

Commit

Permalink
Test2
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 23, 2024
1 parent 328666f commit c412f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install ".[test,typing]" mypy;
pip3 install mypy .;
mypy .;
- uses: tsuyoshicho/action-mypy@v4
with:
Expand Down

0 comments on commit c412f66

Please sign in to comment.