-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pixi for installation and execution #2
Conversation
- chosen python 3.13 as this is most recent and seems to work - no particular reason to stick to 3.13, but it is probably good to fix the version for improved reproducibility. - when we release, it might be good to also commit the pixi.lock file to archive the precise set of libraries used.
- created by 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.
Looks good. I've successfully installed and run the first two tasks but get an error running the docs
task
I do not where this error comes from. By the way in the meantime, I changed doc section of the create.sh script. |
I fixed the error that Tom saw by merging the changes on the |
Co-authored-by: Sam Holt <[email protected]>
This is ready to be merged, I think. |
Needed for documentation (`pixi run docs`)
We still have an error that occurs, but that has nothing todo with the addition of the pixi-based software installation or task execution: it also occurs on main when running the With this merge request , we can and will do the build (equivalent to running I have added a "badge" like this to the README (at the very bottom for now) to quickly see the status. @samjrholt are you happy for this to be merged? |
Here is a pull request that introduces pixi for installation of the python tool. I have also added the
tasks
to thepixi.toml
file, and documented this in thesrc/README.md
.Perhaps @santaep or @HoWilgh can try if this works if they follow the instructions.
If you are happy, do merge.