-
Notifications
You must be signed in to change notification settings - Fork 52
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
Migrate to uv #755
Migrate to uv #755
Conversation
Warning your change may break code samples. If your change modifies any of the following functions please contact @viamrobotics/fleet-management. Thanks!
|
Test are failing because they use the old workflow, but here is it passing when I test manually: https://github.com/viamrobotics/viam-python-sdk/actions/runs/11225353798 |
CC @abe-winter 👀 |
@@ -76,7 +76,7 @@ async def do_command( | |||
:: | |||
|
|||
command = {"cmd": "test", "data1": 500} | |||
result = await component.do_command(command) | |||
result = component.do(command) |
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.
are do commands synchronous? @njooma
Mirror pr of #754 but on upstream