Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metamodel documentation site should use latest Jinja templates #208

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sujaypatil96
Copy link
Member

CC: @sneakers-the-rat

@sneakers-the-rat
Copy link
Contributor

sneakers-the-rat commented Nov 24, 2024

Seems like we should do this for all the poetry-based repos so we don't have to keep doing manual lockfile updates like this: https://github.com/linkml/linkml/blob/main/.github/workflows/poetry-update.yaml

or else just do a pip install rather than a poetry install to always get the latest versions?

@pkalita-lbl
Copy link
Contributor

@sneakers-the-rat I recently started using Dependabot's version updates feature (as opposed to its longer-standing security updates feature) in a few repositories to make periodic lock file updates. It's a lot simpler to set up than the bespoke thing we did in the linkml/linkml repo, and after using it for a few weeks it seems like it can accomplish the same thing (depending on how you configure it, of course). Here's an example PR that it produces: geneontology/gocam-py#32.

I don't think there's any particular rush in replacing what we did in linkml/linkml with the Dependabot-based setup. But if I were going to set up something new in another repo I'd probably go the Dependabot route.

@sneakers-the-rat
Copy link
Contributor

Sure sure ya whatevs. I would call my action more of a hack than anything else, happy to do whatever, that looks more reliable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants