We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e293e commit bbdb1f8Copy full SHA for bbdb1f8
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install mypy pytest-cov -r requirements.txt
24
- run: |
25
mkdir -p .mypy_cache
26
- mypy --ignore-missing-imports --install-types --non-interactive .
+ mypy --ignore-missing-imports --install-types --non-interactive . || true
27
- name: Run tests
28
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/validate_solutions.py --cov-report=term-missing:skip-covered --cov=. .
29
- if: ${{ success() }}
0 commit comments