Skip to content

Commit 1d4e1ec

Browse files
committed
Need to explicitly install the rust extension now
1 parent 381146b commit 1d4e1ec

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ jobs:
4444
with:
4545
workspaces: temporalio/bridge -> target
4646
- uses: astral-sh/setup-uv@v5
47-
# Prepare
48-
# Using fixed Poetry version until
49-
# https://github.com/python-poetry/poetry/issues/7611 and
50-
# https://github.com/python-poetry/poetry/pull/7694 are fixed
51-
- run: python -m pip install --upgrade wheel "poetry==1.3.2" poethepoet
47+
- run: python -m pip install --upgrade wheel poethepoet
5248
- run: uv sync --all-extras
49+
- run: uv build
5350

5451
# Add the source dist only for Linux x64 for now
5552
- if: ${{ matrix.package-suffix == 'linux-amd64' }}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
run: |
8686
uv add --python 3.9 "protobuf<4"
8787
uv sync --all-extras
88+
poe build-develop
8889
poe gen-protos
8990
poe format
9091
[[ -z $(git status --porcelain temporalio) ]] || (git diff temporalio; echo "Protos changed"; exit 1)

0 commit comments

Comments
 (0)