This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 59f90f6  install protoc in docs workflow (#314)
59f90f6 is described below

commit 59f90f65010eddd511dbb4460417f098d7fe20f7
Author: Andy Grove <[email protected]>
AuthorDate: Wed Apr 5 20:21:59 2023 -0600

    install protoc in docs workflow (#314)
---
 .github/workflows/docs.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index bef42d5..d9e7ad4 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -37,6 +37,12 @@ jobs:
         with:
           python-version: "3.10"
 
+      - name: Install Protoc
+        uses: arduino/setup-protoc@v1
+        with:
+          version: '3.x'
+          repo-token: ${{ secrets.GITHUB_TOKEN }}
+
       - name: Install dependencies
         run: |
           set -x

Reply via email to