Skip to content

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

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Jul 14, 2025

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

  • Closes #
  • Related to #

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pytensor--1542.org.readthedocs.build/en/1542/

@@ -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

unpinned action reference
Copy link
Contributor Author

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

Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.90%. Comparing base (7efd1c5) to head (e272f7c).
Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     

see 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ricardoV94
Copy link
Member

Do we really need to add 10k lines to the project?

@maresb
Copy link
Contributor Author

maresb commented Jul 15, 2025

The lockfile is indeed big. I think we should chip away at the dependencies.

@maresb
Copy link
Contributor Author

maresb commented Jul 15, 2025

The lockfile does bring a few nice advantages: zero solve time, and exact reproducibility (per platform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants