Skip to content

Commit

Permalink
FIX CI: mypy src
Browse files Browse the repository at this point in the history
  • Loading branch information
Jylpah committed Dec 25, 2023
1 parent 4d996ac commit 980001b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-macos-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ruff check src tests
- name: Test with mypy
run: |
mypy -m pyutils
mypy src
- name: Test with pytest
run: |
pytest --cov .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ruff check src tests
- name: Test with mypy
run: |
mypy -m pyutils
mypy src
- name: Test with pytest
run: |
pytest --cov .
Expand Down

0 comments on commit 980001b

Please sign in to comment.