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 675709c commit 4c19069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v4

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

0 comments on commit 4c19069

Please sign in to comment.