apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
329 stars 64 forks source link

Fix broken CI #473

Closed viirya closed 10 months ago

viirya commented 10 months ago

Which issue does this PR close?

Closes #472.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

viirya commented 10 months ago

This follows the suggestion from https://github.com/arduino/setup-protoc/issues/85.

viirya commented 10 months ago

Hmm, I'm wondering why some workflows, e.g. Python test, are not triggered by this? Isn't it triggered by PR opened?

name: Python test
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
...