Skip to content

Commit ac18680

Browse files
committed
Revert "ci(parquet): lock pyspark cargo installs"
This reverts commit a717d7f.
1 parent a717d7f commit ac18680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/parquet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ jobs:
175175
rustup default ${{ matrix.rust }}
176176
- name: Install binary for checking
177177
run: |
178-
cargo install --path parquet --bin parquet-show-bloom-filter --features=cli --locked
179-
cargo install --path parquet --bin parquet-fromcsv --features=arrow,cli --locked
178+
cargo install --path parquet --bin parquet-show-bloom-filter --features=cli
179+
cargo install --path parquet --bin parquet-fromcsv --features=arrow,cli
180180
- name: Run pytest
181181
run: |
182182
cd parquet/pytest

0 commit comments

Comments
 (0)