We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4e1f2 commit 34e81a3Copy full SHA for 34e81a3
.github/workflows/build.yml
@@ -255,6 +255,12 @@ jobs:
255
with:
256
enable-cache: true
257
258
+ - name: Install Protoc
259
+ uses: arduino/setup-protoc@v3
260
+ with:
261
+ version: "27.4"
262
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
263
+
264
# TODO(tsaucer) is this necessary if build doesn't run pytest?
265
- name: Install dependencies
266
run: uv sync --dev --no-install-package datafusion
@@ -320,6 +326,12 @@ jobs:
320
326
321
327
322
328
329
330
331
332
333
334
323
335
324
336
325
337
0 commit comments