Skip to content

Commit

Permalink
still use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Nov 24, 2022
1 parent c999ee9 commit 7658e8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ jobs:
pyspark-integration-test:
name: PySpark Integration Test
runs-on: ubuntu-latest
container:
image: amd64/rust
strategy:
matrix:
rust: [stable]
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand All @@ -135,7 +136,9 @@ jobs:
cd parquet/pytest
pip install -r requirements.txt
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
run: |
rustup toolchain install ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
- name: Install binary for checking
run: cargo install --path parquet --bin parquet-show-bloom-filter --features=arrow,cli
- name: Run pytest
Expand Down

0 comments on commit 7658e8d

Please sign in to comment.