You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove EAGER_IMPORT export and update CI configurations
Remove the EAGER_IMPORT environment variable export from bench.sh as it's no longer needed. Update GitHub Actions workflows (bench, docs, release, test) to use standardized configurations including branch filtering, concurrency controls, and improved job structures. Update Read the Docs configuration to include --all-packages flag for uv sync. Add Python 3.14 classifier and lazy-loader dependency to pyproject.toml.
These changes standardize the CI/CD pipeline configurations, improve build reliability, and ensure compatibility with newer Python versions.
0 commit comments