We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071ff6f commit f6aece7Copy full SHA for f6aece7
.github/workflows/ci.yml
@@ -108,9 +108,9 @@ jobs:
108
109
# Runs the sdk features repo tests with this repo's current SDK code
110
features-tests:
111
- uses: temporalio/features/.github/workflows/python.yaml@main
+ uses: temporalio/features/.github/workflows/python.yaml@uv
112
with:
113
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
114
version: ${{github.event.pull_request.head.ref}}
115
version-is-repo-ref: true
116
- features-repo-ref: main
+ features-repo-ref: uv
0 commit comments