Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Apr 30, 2024
1 parent 289e8d0 commit 7102da1
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 @@ -51,7 +51,7 @@ jobs:
- name: Type check with mypy
run: |
find . -name '*.py'
mypy .
mypy . --verbose
- name: Test with pytest
run: |
pytest
Expand Down

0 comments on commit 7102da1

Please sign in to comment.