Skip to content

Commit

Permalink
enable the test for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Dec 10, 2024
1 parent 2c5bcc1 commit 535c102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Static analysis with mypy
run: |
mypy tests/ example/ src/ || true # for the moment we want to report always report success
mypy tests/ example/ src/
Expand Down

0 comments on commit 535c102

Please sign in to comment.