Skip to content

Commit 702a246

Browse files
committed
Install protobuf at required version
1 parent 823d031 commit 702a246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Test wheel
5959
run: |
6060
python -m venv .test-venv
61+
./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0'
6162
./.test-venv/bin/pip install --no-index --find-links=./dist temporalio
6263
./.test-venv/bin/pip install pytest
6364
./.test-venv/bin/python -m pytest -k tests/test_activity_hello

0 commit comments

Comments
 (0)