-
Notifications
You must be signed in to change notification settings - Fork 158
conda-build: Format and improve workflows #2798
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
Conversation
c264a26 to
6fcfd38
Compare
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.
Pull request overview
This PR modernizes and improves the conda-build workflow configuration by updating action versions, enhancing formatting consistency, and improving the testing workflow with better pytest options and organization.
- Updated GitHub Actions dependencies to newer versions (checkout, setup-node, cpu-cores, setup-micromamba)
- Added concurrency controls and improved run-name formatting for better workflow management
- Refactored pytest-repeat installation and test execution with enhanced verbosity options
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
6fcfd38 to
f3ac263
Compare
72df163 to
8129e34
Compare
96c0919 to
f3ac263
Compare
5e36607 to
ff3a0e7
Compare
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Reference Issues/PRs
See #2252 (comment).
Also partially runs the Python test suite for Windows conda builds (see comment).
What does this implement or fix?
Any other comments?
Checklist
Checklist for code changes...