Skip to content

Commit 20a24b9

Browse files
committed
Add googleapis-common-protos to fix tests in build-binaries workflow
1 parent 26e2e61 commit 20a24b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
- "releases/*"
7-
- fix-build-binaries
7+
- fix-binary-testing
88

99
jobs:
1010
# Compile the binaries and upload artifacts
@@ -66,7 +66,7 @@ jobs:
6666
if [ "$RUNNER_OS" = "Windows" ]; then
6767
bindir=Scripts
6868
fi
69-
./.venv/$bindir/pip install 'protobuf>=3.20,<6' 'types-protobuf>=3.20,<6' 'typing-extensions>=4.2.0,<5' pytest pytest_asyncio grpcio 'nexus-rpc>=1.1.0' pydantic opentelemetry-api opentelemetry-sdk python-dateutil 'openai-agents>=0.2.3,<=0.2.9'
69+
./.venv/$bindir/pip install 'protobuf>=3.20,<6' 'types-protobuf>=3.20,<6' 'typing-extensions>=4.2.0,<5' pytest pytest_asyncio grpcio 'nexus-rpc>=1.1.0' pydantic opentelemetry-api opentelemetry-sdk python-dateutil 'openai-agents>=0.2.3,<=0.2.9' 'googleapis-common-protos==1.70.0'
7070
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
7171
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
7272

0 commit comments

Comments
 (0)