mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-08 08:49:52 -06:00
.github/workflow/ci-bats-unix: Try installing a parquet-cli release instead of the tip of main.
This commit is contained in:
7
.github/workflows/ci-bats-unix.yaml
vendored
7
.github/workflows/ci-bats-unix.yaml
vendored
@@ -104,10 +104,11 @@ jobs:
|
||||
id: parquet_cli
|
||||
working-directory: ./.ci_bin
|
||||
run: |
|
||||
git clone https://github.com/apache/parquet-mr.git
|
||||
cd parquet-mr/parquet-cli
|
||||
curl -OL https://github.com/apache/parquet-mr/archive/refs/tags/apache-parquet-1.12.3.tar.gz
|
||||
tar zxvf apache-parquet-1.12.3.tar.gz
|
||||
cd parquet-mr-apache-parquet-1.12.3/parquet-cli
|
||||
mvn clean install -DskipTests
|
||||
runtime_jar="$(pwd)"/target/parquet-cli-1.13.0-SNAPSHOT-runtime.jar
|
||||
runtime_jar="$(pwd)"/target/parquet-cli-1.12.3-runtime.jar
|
||||
echo "runtime_jar=$runtime_jar" >> $GITHUB_OUTPUT
|
||||
- name: Check expect
|
||||
run: expect -v
|
||||
|
||||
Reference in New Issue
Block a user