We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3556d commit bdebcb6Copy full SHA for bdebcb6
.github/workflows/main.yml
@@ -22,9 +22,9 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip setuptools build wheel pylint pytest pytest-cov
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
- # - name: Lint with pylint
26
- # run: |
27
- # pylint -E pymandel
+ - name: Lint with pylint
+ run: |
+ pylint -E src/pymandel
28
- name: Test with pytest
29
30
- python tests/testsuite.py
+ pytest
0 commit comments