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

Publish a GitHub action that will allow us to generate a conda-lock file #494

Open
2 tasks done
millsks opened this issue Aug 30, 2023 · 0 comments
Open
2 tasks done

Comments

@millsks
Copy link

millsks commented Aug 30, 2023

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

We are using conda-lock to create the environment lock files locally as part of our project. It would be great if a GitHub action existed where it could generate a conda-lock file as part of our E2E testing that is kicked off through a workflow on GitHub.

Why is this needed?

It would allow the conda environment to be captured and recreated through a lock file after it was tested. It would help to guarantee that the conda environment is stable and reproducible no matter where it was deployed to.

What should happen?

A GitHub action would be published that will can be used by others to include in their workflow. The result would be a lock file that can be created and added back into the repo prior to creating a tagged release.

Additional Context

No response

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

No branches or pull requests

1 participant