Ma77Ball commented on code in PR #5077:
URL: https://github.com/apache/texera/pull/5077#discussion_r3293796346


##########
.github/workflows/build.yml:
##########
@@ -621,6 +630,22 @@ jobs:
         run: |
           python -m pip install uv
           if [ -f amber/dev-requirements.txt ]; then uv pip install --system 
-r amber/dev-requirements.txt; fi
+      - name: Install protoc 3.19.4
+        # Matches PB.protocVersion in amber/build.sbt.
+        run: |
+          curl -fsSL -o /tmp/protoc.zip 
https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip
+          sudo unzip -o /tmp/protoc.zip -d /usr/local
+          sudo chmod +x /usr/local/bin/protoc
+          sudo chmod -R a+rX /usr/local/include/google
+      - name: Set up JDK 17
+        uses: actions/setup-java@v5
+        with:
+          distribution: temurin
+          java-version: 17
+      - name: Setup sbt launcher
+        uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
+      - name: Generate Python proto bindings
+        run: sbt "WorkflowExecutionService/genPythonProto"

Review Comment:
   The python and python-state-materialization-mac jobs now call python3 
bin/gen-python-proto.py directly



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to