Skip to content

Commit

Permalink
remove googletest-installer github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jul 25, 2024
1 parent dc8578c commit 8efec4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +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/googletest-installer@v1.1

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: "3.20.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Python package
run: maturin build --release --strip --features substrait

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/googletest-installer@v1.1

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 8efec4b

Please sign in to comment.