-
Notifications
You must be signed in to change notification settings - Fork 139
Autogenerate pixi.toml
#1542
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
base: main
Are you sure you want to change the base?
Autogenerate pixi.toml
#1542
Conversation
@@ -63,6 +65,17 @@ | |||
with: | |||
python-version: ${{ matrix.python-version }} | |||
- uses: pre-commit/[email protected] | |||
# Check that pixi stuff is consistent | |||
- uses: prefix-dev/[email protected] |
Check failure
Code scanning / zizmor
unpinned action reference Error test
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.
We should tackle this separately across all the workflows
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
==========================================
+ Coverage 81.86% 81.90% +0.03%
==========================================
Files 230 230
Lines 52508 52506 -2
Branches 9339 9339
==========================================
+ Hits 42987 43006 +19
+ Misses 7089 7070 -19
+ Partials 2432 2430 -2 🚀 New features to boost your workflow:
|
Do we really need to add 10k lines to the project? |
The lockfile is indeed big. I think we should chip away at the dependencies. |
The lockfile does bring a few nice advantages: zero solve time, and exact reproducibility (per platform) |
Description
pixi.toml
isn't actually used for anything, so it's only for people who deliberately want to use pixi, but I did add a CI check to ensure that everything's consistent.For squash-merging.
TODO: add more documentation to
scripts/generate-pixi-toml.py
.Related Issue
Checklist
Type of change
📚 Documentation preview 📚: https://pytensor--1542.org.readthedocs.build/en/1542/