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

feat: update all environments in the lock-file when requesting an environment #711

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

baszalmstra
Copy link
Contributor

@baszalmstra baszalmstra commented Jan 26, 2024

This is the first implementation of multi-env which will update the lock-file for all environments.

There are some notable improvements that can be made in terms of usability from code. I will do that in another PR this PR should initially be enough to start testing multi-env!

closes #585

Copy link
Contributor

@ruben-arts ruben-arts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of stuff we still have to do, but the default behavior still works on all examples! So lets merge this and continue the work!

@ruben-arts
Copy link
Contributor

closes #585

@ruben-arts ruben-arts merged commit c5f97ae into prefix-dev:main Jan 29, 2024
9 checks passed
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.

Refactor the code by introducing the concept of an Environment
2 participants