Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
JeanElsner committed Feb 23, 2023
1 parent d3a7440 commit 15f4b9a
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
pip install -e .[test]
- name: Lint with PyLint
run: |
pylint --rcfile .pylintrc src/
pylint --rcfile .pylintrc src/ || pylint-exit $?
- name: Test with pytest
run: |
pytest --cov=adnap --cov-report xml:coverage.xml
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ classifiers = [

test = [
"pylint",
"pylint-exit",
"pytest",
"pytest-cov",
]

0 comments on commit 15f4b9a

Please sign in to comment.