Skip to content

Commit bdebcb6

Browse files
committed
update main.yml
1 parent ce3556d commit bdebcb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip setuptools build wheel pylint pytest pytest-cov
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25-
# - name: Lint with pylint
26-
# run: |
27-
# pylint -E pymandel
25+
- name: Lint with pylint
26+
run: |
27+
pylint -E src/pymandel
2828
- name: Test with pytest
2929
run: |
30-
python tests/testsuite.py
30+
pytest

0 commit comments

Comments
 (0)