Skip to content

Commit

Permalink
More accurate compile filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 3, 2024
1 parent 344b2a6 commit 0abcbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: python3 -m mypy src/**/*.py tests/*.py

- name: Run compileall
run: python3 -m compileall src tests
run: python3 -m compileall src/**/*.py tests/*.py

- name: Check version through Python
run: python3 -m cwhy --version
Expand Down

0 comments on commit 0abcbb5

Please sign in to comment.