-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add pixi #412
base: main
Are you sure you want to change the base?
Add pixi #412
Conversation
Generated with: ```bash conda-lock render-lock-spec --kind=pixi.toml --stdout \ --file=pyproject.toml \ --channel=conda-forge \ --pixi-project-name=CausalPy \ --editable causalpy=. \ > pixi.toml ```
Some PyPI packages aren't available on conda-forge
This is useful for Docker on Apple Silicon
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #412 +/- ##
==========================================
+ Coverage 94.35% 94.40% +0.05%
==========================================
Files 30 31 +1
Lines 1967 1985 +18
==========================================
+ Hits 1856 1874 +18
Misses 111 111 ☔ View full report in Codecov by Sentry. |
I should add @aseyboldt's CUDA stuff here too. But that shouldn't block us from reviewing the rest of this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love Pixi!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this is great, though not had a chance to play with it. Think it could be worth adding some instructions to CONTRIBUTING.md for those who are new to pixi? Or is the idea to build that out in the future?
With this you can
Side note:
I'm working on a guide for migrating to pixi, and a tool to do it automatically via
conda-lock
.The guide is here: conda/conda-lock#708: (preview)
Note that because things are unreleased, to follow the guide you need to install conda-lock via
📚 Documentation preview 📚: https://causalpy--412.org.readthedocs.build/en/412/