on a customer project, the backend-lint.yml@v2 started to fail this week when calling
|
uvx pyroma@${{ inputs.version-pyroma }} -d . |
The error is:
build._exceptions.BuildBackendException: Backend 'hatchling.build' is not available.
The fix is to add --with hatchling to uvx on the same line.
I do find it strange this would break now without any updatest to Pyroma since december afaics.
on a customer project, the backend-lint.yml@v2 started to fail this week when calling
meta/.github/workflows/backend-lint.yml
Line 83 in b0293f5
The error is:
build._exceptions.BuildBackendException: Backend 'hatchling.build' is not available.The fix is to add
--with hatchlingto uvx on the same line.I do find it strange this would break now without any updatest to Pyroma since december afaics.