Skip to content

Commit 3f94a9e

Browse files
authored
Make pytest . a mandatory test
1 parent 54c21bd commit 3f94a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- run: isort --profile black .
1515
- run: tox
1616
- run: pip install -e .
17-
- run: pytest . || true
17+
- run: pytest .
1818
- run: pytest --doctest-modules . || true
1919
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true

0 commit comments

Comments
 (0)