Skip to content

Commit e4df5e7

Browse files
Add googleapis-common-protos to fix tests in build-binaries workflow (#1143)
* Add googleapis-common-protos to fix tests in build-binaries workflow * remove branch from running the build-binaries workflow
1 parent 5e93e63 commit e4df5e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches:
55
- main
66
- "releases/*"
7-
- fix-build-binaries
87

98
jobs:
109
# Compile the binaries and upload artifacts
@@ -66,7 +65,7 @@ jobs:
6665
if [ "$RUNNER_OS" = "Windows" ]; then
6766
bindir=Scripts
6867
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'
68+
./.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'
7069
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
7170
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
7271

0 commit comments

Comments
 (0)