Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdovgan authored Jun 28, 2024
1 parent d12a476 commit 78ea0fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Python package

on:
Expand Down Expand Up @@ -33,6 +32,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: List test files
run: |
ls tests/
find . -name "test_*.py"
- name: Test with pytest
run: |
pytest

0 comments on commit 78ea0fb

Please sign in to comment.