Skip to content

Commit 56bc4d8

Browse files
committed
Revert "Install SDKs from github"
This reverts commit 6789490.
1 parent fcdabfb commit 56bc4d8

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ 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 }}
2824
- uses: astral-sh/setup-uv@v5
2925
- name: Print build information
3026
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 = { git = "https://github.com/nexus-rpc/sdk-python", branch = "v0" }
90-
temporalio = { git = "https://github.com/temporalio/sdk-python", branch = "nexus" }
89+
nexus-rpc = { path = "../nexus-sdk-python", editable = true }
90+
temporalio = { path = "../sdk-python", editable = true }
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)