experiment: debugging some failing CI/CD checks#6192
Open
chalmerlowe wants to merge 9 commits intomainfrom
Open
experiment: debugging some failing CI/CD checks#6192chalmerlowe wants to merge 9 commits intomainfrom
chalmerlowe wants to merge 9 commits intomainfrom
Conversation
…ed unit tests into unit and unit-minimal sessions to handle different dependency needs.\n- Added @pytest.mark.asyncio to TestModelServer.test_predict.
… with == for object comparisons in the rag_corpus_eq helper function to resolve TypeError in Python 3.14.
5cecb85 to
f652549
Compare
…6.0.1,<=14.0.2 for Python < 3.11 and >=15.0.0 for Python >= 3.11 to resolve ImportError in Ray tests.
…ag_corpus_eq helper function to intelligently handle the oneof relationship between backend_config and vertex_ai_search_config, and the default backend_config instantiation.
…ow to >=6.0.1,<=14.0.2 for Python < 3.11 and >=15.0.0 for Python >= 3.11 to resolve ImportError in Ray tests." This reverts commit c40e6a6.
…w pins in setup.py\n- Pinned numpy<2.0.0 in Ray constraints files\n- Added try/except for Ray ClientContext instantiation\n- Pinned pyarrow>=19.0.1 in langchain constraints
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.
WIP:
Attempting to do a baseline to see what tests are passing/not passing in the CI/CD when a PR is issued.