Skip to content

Commit

Permalink
Added pip freeze step before mypy to debug typing issues
Browse files Browse the repository at this point in the history
This is a common occurrence, so let us have a simple way to ensure the local environment is the same as the github pipelines.
  • Loading branch information
giacomo-alzetta-aiven committed Nov 21, 2023
1 parent 98414e4 commit 0f5b3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- id: pylint
run: make lint

- id: pip-freeze
run: pip freeze

- id: mypy
run: make mypy

Expand Down

0 comments on commit 0f5b3e8

Please sign in to comment.