Skip to content

Commit 76c6576

Browse files
committed
WIP: does the plugin provide the compiler?
1 parent cd326d2 commit 76c6576

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python.yml

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
uses: actions/setup-python@v2
1515
with:
1616
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
2217
- name: Install requirements
2318
run: pip install -r requirements.txt
2419
- name: Build python module

0 commit comments

Comments
 (0)