Skip to content

Commit f6aece7

Browse files
committed
Use features branch
1 parent 071ff6f commit f6aece7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
109109
# Runs the sdk features repo tests with this repo's current SDK code
110110
features-tests:
111-
uses: temporalio/features/.github/workflows/python.yaml@main
111+
uses: temporalio/features/.github/workflows/python.yaml@uv
112112
with:
113113
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
114114
version: ${{github.event.pull_request.head.ref}}
115115
version-is-repo-ref: true
116-
features-repo-ref: main
116+
features-repo-ref: uv

0 commit comments

Comments
 (0)