Minimal fixes to CI#202
Open
dennislwei wants to merge 4 commits into
Open
Conversation
Replace retired ubuntu-20.04 with ubuntu-latest, upgrade actions/checkout from v3 to v4, and actions/setup-python from v4 to v5 to resolve runner timeouts and Node.js 20 deprecation warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Dennis Wei <dwei@us.ibm.com>
cvxpy 1.4+ no longer bundles the ECOS solver, causing the rbm tests to fail with "The solver ECOS is not installed." Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Dennis Wei <dwei@us.ibm.com>
On arm64 macOS runners, Homebrew installs to /opt/homebrew which is not in the default compiler search path. Export CFLAGS/LDFLAGS so pygraphviz can find the graphviz headers and libraries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Dennis Wei <dwei@us.ibm.com>
rule_induction, tsice, tssaliency, and tslime pin pandas<2.0.0 but left numpy unconstrained. pip installs numpy 2.x which is binary- incompatible with pandas 1.x, causing "numpy.dtype size changed" errors at import time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Collaborator
Author
|
@sadhamanus For some reason I can't assign you to this PR, so tagging you instead. |
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
Infrastructure and dependency fixes to get CI passing again.
Fixed
ubuntu-20.04runners withubuntu-latestacross all CI jobsactions/checkoutfrom v3 to v4 andactions/setup-pythonfrom v4 to v5 (Node.js 20 deprecation)ecosas explicit dependency for therbmextra (cvxpy 1.4+ no longer bundles it)numpy<2.0.0forrule_induction,tsice,tssaliency, andtslimeextras (binary incompatibility withpandas<2.0.0)Remaining failures (not addressed in this PR)
build-cem-on-py36— Python 3.6 is EOL and unavailable on current runners. Job needs to be removed or upgraded.build-protodash—xportpackage usespkg_resources.DistributionNotFoundwhich was removed from newer setuptools. Needsxportupgrade or replacement.build-nncontrastive— Pinstensorflow==2.9.3which is unavailable on current platforms/Python versions. Needs version bump (2.13+ available for Py 3.10).build-cofrnet(Windows only) — PyTorch DLL initialization failure (c10.dll). Passes on Ubuntu and macOS.🤖 Generated with Claude Code