Skip to content

Commit 7bf2663

Browse files
authored
GitHub Action: Make pytests mandatory
1 parent 5182a7b commit 7bf2663

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
@@ -24,4 +24,4 @@ jobs:
2424
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2525
- run: isort --recursive . || true
2626
- run: pip install -r requirements.txt || true
27-
- run: pytest . || true
27+
- run: pytest .

0 commit comments

Comments
 (0)