Skip to content

Commit 6789490

Browse files
committed
Install SDKs from github
1 parent 95e2fc1 commit 6789490

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
runsOn: macos-14
2222
runs-on: ${{ matrix.runsOn || matrix.os }}
2323
steps:
24+
- uses: arduino/setup-protoc@v3
25+
with:
26+
version: "23.x"
27+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2428
- uses: astral-sh/setup-uv@v5
2529
- name: Print build information
2630
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}, python: ${{ matrix.python }}"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ default-groups = [
8686
]
8787

8888
[tool.uv.sources]
89-
nexus-rpc = { path = "../nexus-sdk-python", editable = true }
90-
temporalio = { path = "../sdk-python", editable = true }
89+
nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python", branch = "v0" }
90+
temporalio = { git = "https://github.com/temporalio/sdk-python", branch = "nexus" }
9191

9292
[tool.hatch.build.targets.sdist]
9393
include = ["./**/*.py"]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)