We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2235024 commit 8c6b8d0Copy full SHA for 8c6b8d0
.github/workflows/python-package.yml
@@ -25,9 +25,9 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- # protobuf 3.6.1 or later is necessary
29
- wget https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
30
- unzip protoc-3.6.1-linux-x86_64.zip -d protoc3
+ # protobuf 3.19.1 or later is necessary
+ wget https://github.com/google/protobuf/releases/download/v3.19.1/protoc-3.19.1-linux-x86_64.zip
+ unzip protoc-3.19.1-linux-x86_64.zip -d protoc3
31
echo "::set-env name=PATH::$PATH:$PWD/protoc3/bin/"
32
sudo apt-get install -qq libsnappy-dev
33
python -m pip install --upgrade pip
0 commit comments