Skip to content

Commit

Permalink
Run compileall in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 3, 2024
1 parent 68ae0df commit 344b2a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Run mypy
run: python3 -m mypy src/**/*.py tests/*.py

- name: Run compileall
run: python3 -m compileall src tests

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

Expand Down

0 comments on commit 344b2a6

Please sign in to comment.