Skip to content

Commit 3f7bd33

Browse files
authored
Fix build binaries (#1074)
1 parent 85c47f7 commit 3f7bd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binaries.yml

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

89
jobs:
910
# Compile the binaries and upload artifacts
@@ -65,7 +66,7 @@ jobs:
6566
if [ "$RUNNER_OS" = "Windows" ]; then
6667
bindir=Scripts
6768
fi
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
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'
6970
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
7071
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
7172

0 commit comments

Comments
 (0)