Skip to content

Commit

Permalink
CI: Fix typos + only run mypy on a single runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Nov 9, 2023
1 parent ce8fe4b commit c5f1e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
- run: "python -mpip cache info"
- run: "python -mpip freeze"
- run: "pytest --version"
- run: "mypy searvey"
- run: "mypy ./observer"
if: "(matrix.os == 'ubuntu-latest') && (matrix.python == '3.12' )"
- run: "make cov"

0 comments on commit c5f1e00

Please sign in to comment.