You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #24 for issue #14 didn't add mypy as part of the linting being done in CI, because the whole project needed to be installed and that GH Action is only installing the packages in lint-requirements.txt.
Solutions:
Install all packages for linting.
Run mypy in a separate GH Action
2.1 Use composite GH Actions to install the whole project only once and have faster CI.
The text was updated successfully, but these errors were encountered:
PR #24 for issue #14 didn't add
mypy
as part of the linting being done in CI, because the whole project needed to be installed and that GH Action is only installing the packages inlint-requirements.txt
.Solutions:
mypy
in a separate GH Action2.1 Use composite GH Actions to install the whole project only once and have faster CI.
The text was updated successfully, but these errors were encountered: