Skip to content

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
@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