-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use Pixi for environment and task management #17
base: main
Are you sure you want to change the base?
Conversation
This reverts commit b8c0a2e.
Getting branches from Git for packages already installed through Conda gives a cryptic error and fails:
See eg. https://github.com/openforcefield/openff-pablo/actions/runs/12964648253/job/36163562278#step:4:9 This has been reported (see linked issue), see that issue for details. Tl;dr wontfix, but git rebuilds for conda packages are planned. |
Huh, based on the comment by the Prefix engineer, maybe this isn't possible unless everything is grabbed from PyPI? Just using one package from PyPI isn't a deal-breaker but I suspect that'll just bubble up the dependency tree |
At the moment, I'm using SOAP (Yoshanuikabundi/snakes_on_a_plane) to manage my environments and run tasks in them. Pixi is SOAP, but with a whole company and actual community behind it. This should streamline... everything... and also act as a demonstration for Pixi in OpenFF