We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5182a7b commit 7bf2663Copy full SHA for 7bf2663
.github/workflows/lint_python.yml
@@ -24,4 +24,4 @@ jobs:
24
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
25
- run: isort --recursive . || true
26
- run: pip install -r requirements.txt || true
27
- - run: pytest . || true
+ - run: pytest .
0 commit comments