forked from apache/datafusion-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade protobuf and remove GH Action googletest-installer (apache#773)
* update deps to force new protobuf-src The new version **should** remove the need for the blocked GH action. Ref: MaterializeInc/rust-protobuf-native#20 Ref: apache#763 * remove googletest-installer github action Fixes apache#763 * remove needless Clone of TimeUnit type which is Copy
- Loading branch information
1 parent
f00b8ee
commit fd6b4df
Showing
4 changed files
with
293 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,6 @@ jobs: | |
name: python-wheel-license | ||
path: . | ||
|
||
# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved | ||
- name: Install gtest | ||
uses: MarkusJx/[email protected] | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,10 +55,6 @@ jobs: | |
version: '3.20.2' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# To remove once https://github.com/MaterializeInc/rust-protobuf-native/issues/20 is resolved | ||
- name: Install gtest | ||
uses: MarkusJx/[email protected] | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
|
Oops, something went wrong.