Closed holmanb closed 2 years ago
I'm starting to think this is me just running poetry versions on unsupported or broken platforms. If so feel free to close this issue.
Hi @holmanb, I don't think this is a matter of running an unsupported version of poetry. I think you're actually just misconfiguring poetry itself. Your error message says so:
The Poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)
Closing for now but if you disagree, let me know!
"Dependency groups" is a new feature in Poetry, added in version 1.2 To use the latest version, you need to specify it in the workflow file:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2
Is this reportable here? This was seen while using the plugin.
I think the GH Actions links are ephemeral, but here is one to the failing job in case that helps.