linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Switch actions to pipx-installing poetry #87

Closed dalito closed 5 months ago

dalito commented 6 months ago

No need to use a special action for setting up poetry. pipx is available by default and can be used to install poetry.

Installing poetry this way also has the advantage that is is in its own isolated environment.