Skip to content

Commit

Permalink
Install protobuf at required version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Feb 18, 2025
1 parent 823d031 commit 44dedd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Test wheel
run: |
python -m venv .test-venv
./.test-venv/bin/pip install 'protobuf>=3.20' 'types-protobuf>=3.20'
./.test-venv/bin/pip install --no-index --find-links=./dist temporalio
./.test-venv/bin/pip install pytest
./.test-venv/bin/python -m pytest -k tests/test_activity_hello
Expand Down

0 comments on commit 44dedd6

Please sign in to comment.