stfc / pre-commit-hooks

Custom pre-commit hooks for use within our projects
https://stfc.github.io/pre-commit-hooks/
MIT License
2 stars 0 forks source link

Docs Action failing to build #22

Open RobFirth opened 1 year ago

RobFirth commented 1 year ago

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 newer poetry versions.

Suggested Fix

Use newer action template or implement poetry install ourselves.

See also