We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_backwards_compatibility.py
Example run: https://buildkite.com/ray-project/oss-ci-build-branch/builds/4813#01891f7c-3030-451d-b103-c252722fdc06/3368-5113
There appears to be some kind of issue with pydantic versioning causing submitted jobs to fail:
2023-07-04 06:20:26,050 INFO cli.py:56 -- Status message: Failed to start job supervisor: module 'pydantic.fields' has no attribute 'ModelField'.
The text was updated successfully, but these errors were encountered:
@architkulkarni I'm not familiar with this test, could you help take a look please?
Sorry, something went wrong.
Actually, it looks like it's the same issue as #36990
Fix here: #37097 🤞
Closed by #37097
architkulkarni
edoakes
No branches or pull requests
Example run:
https://buildkite.com/ray-project/oss-ci-build-branch/builds/4813#01891f7c-3030-451d-b103-c252722fdc06/3368-5113
There appears to be some kind of issue with pydantic versioning causing submitted jobs to fail:
The text was updated successfully, but these errors were encountered: