We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd326d2 commit 76c6576Copy full SHA for 76c6576
.github/workflows/python.yml
@@ -14,11 +14,6 @@ jobs:
14
uses: actions/setup-python@v2
15
with:
16
python-version: "3.10"
17
- - name: Install protoc
18
- env:
19
- PROTOC_VERSION: "3.19.4"
20
- PROTOC_ZIP: "protoc-3.19.4-linux-x86_64.zip"
21
- run: wget https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP && sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc && sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*' && sudo chmod a+x /usr/local/bin/protoc && rm -f $PROTOC_ZIP
22
- name: Install requirements
23
run: pip install -r requirements.txt
24
- name: Build python module
0 commit comments