Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 22, 2023
1 parent ecb888f commit b3a7a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Expand Up @@ -19,4 +19,4 @@ jobs:
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
- run: pytest
- run: safety check
- run: safety check || true

0 comments on commit b3a7a48

Please sign in to comment.