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

Enable pixi #39

Merged
merged 9 commits into from
Oct 8, 2024
Merged

Enable pixi #39

merged 9 commits into from
Oct 8, 2024

Conversation

deltamarnix
Copy link
Contributor

Pixi is a useful package manager that contains the environments within the repository itself. Therefore there is no need to set up environments. We can simply pixi run -e test code . to open visual studio code. And we can pixi shell or pixi shell -e test to activate the current environment

Depending on optional dependencies or not, one will need to specify the environment (-e test).

Set up different pixi environments based on the optional dependencies.
@deltamarnix
Copy link
Contributor Author

As an addition to this PR, we could change CI to setup with pixi, which can be super fast and also with a caching mechanism.

@wpbonelli
Copy link
Member

As an addition to this PR, we could change CI to setup with pixi, which can be super fast and also with a caching mechanism.

sounds good to me

@deltamarnix deltamarnix requested a review from wpbonelli October 8, 2024 14:22
@deltamarnix deltamarnix merged commit 40cb53f into modflowpy:develop Oct 8, 2024
11 checks passed
@deltamarnix deltamarnix deleted the pixi branch October 8, 2024 14:54
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.

2 participants