Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 11, 2023
1 parent 57169b1 commit f0c6282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- run: mypy --ignore-missing-imports --install-types --non-interactive .
- run: pytest --doctest-modules . || true
- run: pytest . || true
- run: pip --version
- run: python -m pip --version
- run: safety check

0 comments on commit f0c6282

Please sign in to comment.