Skip to content

Commit a717d7f

Browse files
committed
ci(parquet): lock pyspark cargo installs
1 parent fe69b21 commit a717d7f

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
179-
cargo install --path parquet --bin parquet-fromcsv --features=arrow,cli
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
180180
- name: Run pytest
181181
run: |
182182
cd parquet/pytest

0 commit comments

Comments
 (0)