Skip to content

Commit

Permalink
Fix protobuf mypy check in CI (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun authored Jan 17, 2024
1 parent 5ee704a commit 79f4970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ruff check --output-format=github --exit-zero tests
- name: Lint with mypy
run: |
python -m pip install mypy types-protobuf
python -m pip install . mypy types-protobuf
mypy devolo_plc_api
mypy tests || true
Expand Down

0 comments on commit 79f4970

Please sign in to comment.