Skip to content

Commit

Permalink
fixup py-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Sep 28, 2024
1 parent e435bdc commit 96185a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Test with unittest
run: |
PYTHONPATH=py/ python3 -m unittest discover -v py/tests
Expand Down

0 comments on commit 96185a7

Please sign in to comment.