Skip to content

Commit

Permalink
enter into src/ for mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Nov 21, 2024
1 parent ca804ec commit 35a0620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Static analysis with mypy
run: |
pip install mypy scipy-stubs
cd src
mypy . || true # for the moment we want to report always report success
Expand Down

0 comments on commit 35a0620

Please sign in to comment.