diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml index 4683050..c49d352 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/lint_python.yml @@ -27,7 +27,6 @@ jobs: - run: pip install --editable . - run: mkdir --parents --verbose .mypy_cache - run: mypy --ignore-missing-imports --install-types --non-interactive . || true - - run: pytest . || true - - run: pytest --doctest-modules . || true + - run: pytest - run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true - run: safety check || true