Open
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. |
Contributor
Author
|
I should add @aseyboldt's CUDA stuff here too. But that shouldn't block us from reviewing the rest of this. |
13 tasks
drbenvincent
requested changes
Oct 18, 2024
Collaborator
drbenvincent
left a comment
There was a problem hiding this comment.
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/