Skip to content

Commit

Permalink
chore: improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Apr 3, 2024
1 parent c446327 commit fadc82f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
- name: Lint with pylint
run: |
pylint src
run: pylint $(git ls-files '*.py')
- name: Test with pytest
run: |
pytest --cov src tests/
run: pytest --cov src tests/

0 comments on commit fadc82f

Please sign in to comment.