Skip to content

Commit da4c325

Browse files
committed
Install dependencies from feature branches
1 parent a5b7d03 commit da4c325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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"]

0 commit comments

Comments
 (0)