Skip to content

Commit

Permalink
Add: Compile py files in workflow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jun 7, 2023
1 parent d851f7c commit 60e0413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
${{ runner.os }}-
# --- TESTS ---
- name: Compile python files
run: |
python -m compileall src
- name: Lint with flake8
run: |
python -m flake8 --config .flake8 --exit-zero --show-source --statistics src
Expand Down

0 comments on commit 60e0413

Please sign in to comment.