Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:41:52 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 11:41:52 +0300
commit43815e936d3dcf00818b18ca132606cba754fb04 (patch)
tree015b81e1a786cba707c019964ea0d87a563c356c /.github
parent1ed261750915de96ddcf07b4c469e57f988d4db2 (diff)
Fix compatibility problems in pip package with newest python-protobuf
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pypi_publish.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml
index f53d93f..b2243a7 100644
--- a/.github/workflows/pypi_publish.yml
+++ b/.github/workflows/pypi_publish.yml
@@ -21,9 +21,7 @@ jobs:
- name: Install dependencies
run: |
- sudo apt-get update
- sudo apt-get install python3-protobuf protobuf-compiler scons
- python3 -m pip install --user --upgrade pyinstaller poetry
+ python3 -m pip install --user --upgrade pyinstaller poetry protobuf grpcio-tools
- name: Build PyPI package
run: |