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

Describe how to use CI to automatically update environments #69

Open
zmitchell opened this issue Nov 7, 2024 · 1 comment
Open

Describe how to use CI to automatically update environments #69

zmitchell opened this issue Nov 7, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@zmitchell
Copy link
Contributor

Ping @garbas to describe his workflow idea.

@zmitchell zmitchell added the documentation Improvements or additions to documentation label Nov 7, 2024
@garbas
Copy link
Contributor

garbas commented Nov 8, 2024

Example at work is at flox/floxenvs.

  1. There should be an existing "CI" workflow which activates an environment and runs some "tests" that verify that things work as expected. You know, the usual stuff you do in CI.
  2. In addition to "CI" workflow there should be and "Flox Upgrade" workflow which runs flox upgrade and opens a PR, which in triggers above mentioned CI workflow. (eg. https://github.com/flox/floxenvs/blob/main/.github/workflows/update.yml)

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

No branches or pull requests

2 participants