We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823d031 commit 702a246Copy full SHA for 702a246
.github/workflows/build-binaries.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: Test wheel
59
run: |
60
python -m venv .test-venv
61
+ ./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0'
62
./.test-venv/bin/pip install --no-index --find-links=./dist temporalio
63
./.test-venv/bin/pip install pytest
64
./.test-venv/bin/python -m pytest -k tests/test_activity_hello
0 commit comments