lib-tests: add autocti to the reusable library test workflow#87
Merged
Conversation
…TI#88) Adds the autocti case (deps PyAutoConf PyAutoFit PyAutoArray) and a conditional arcticpy install step: arcticpy is a source-only C++ sdist that needs libgsl-dev and whose own requirements downgrade numpy below 2.0, so numpy is installed first and arcticpy is built --no-build-isolation --no-deps. The step is a no-op for every other library. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CTI resurrection Phase 3 (PyAutoCTI#88): PyAutoCTI rejoins the centralized Heart-owned CI. Adds the
autoctipackage case (dependency chain PyAutoConf/PyAutoFit/PyAutoArray) and a conditional arcticpy install step (libgsl-dev + numpy-first +--no-build-isolation --no-deps, because arcticpy's own requirements downgrade numpy below 2.0). The new step isif: inputs.package == 'autocti'— a no-op for all existing callers.Test Plan
Merge this before the PyAutoCTI caller PR.
Generated by the PyAutoLabs agent workflow.
🤖 Generated with Claude Code