-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
remove sync_compatible
from git_clone
#16340
Conversation
b4fe05a
to
d5fc978
Compare
CodSpeed Performance ReportMerging #16340 will not alter performanceComparing Summary
|
371ddf8
to
6ce6969
Compare
tests/deployment/test_steps.py
Outdated
result = await run_step( | ||
{ | ||
"prefect.deployments.steps.git_clone": { | ||
"repository": "https://github.com/org/repo.git" | ||
} | ||
} | ||
) |
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.
Can you add a test that runs agit_clone
via this syntax? Just want to make sure that async-only steps work as expected.
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.
added in 49299e1
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.
LGTM!
related to #15008 and #16292