Open RobFirth opened 1 year ago
Docs Action failing to build.
Doc action is dependent on a custom action which installs an old version of Poetry (1.1.8) - this is incompatible with the lockfile from newer poetry versions.
Poetry
1.1.8
poetry
Use newer action template or implement poetry install ourselves.
Description
Docs Action failing to build.
Details
Doc action is dependent on a custom action which installs an old version of
Poetry
(1.1.8
) - this is incompatible with the lockfile from newerpoetry
versions.Suggested Fix
Use newer action template or implement poetry install ourselves.
See also