Skip to content

Commit 6f31556

Browse files
authored
Fix protobuf version in build-binaries wheel test (#836)
1 parent 3d10ba6 commit 6f31556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if [ "$RUNNER_OS" = "Windows" ]; then
6666
bindir=Scripts
6767
fi
68-
./.venv/$bindir/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
68+
./.venv/$bindir/pip install 'protobuf>=3.20,<6' 'types-protobuf>=3.20,<6' 'typing-extensions>=4.2.0,<5' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
6969
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
7070
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
7171

0 commit comments

Comments
 (0)