Skip to content

Commit da951af

Browse files
committed
dbc install flightsql
1 parent 521519d commit da951af

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/run_spicebench.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ jobs:
120120
path: ~/.spice/bin/spicebench
121121
key: spicebench-${{ runner.os }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/*.rs') }}
122122

123+
- name: Install ADBC FlightSQL driver
124+
run: |
125+
curl -LsSf https://dbc.columnar.tech/install.sh | sh
126+
dbc install flightsql
127+
128+
- name: Install dbc and ADBC FlightSQL driver
129+
run: |
130+
curl -LsSf https://dbc.columnar.tech/install.sh | sh
131+
dbc install flightsql
132+
123133
- name: Run spicebench
124134
env:
125135
SPICEAI_API_KEY: ${{ env.SPICEAI_API_KEY }}

0 commit comments

Comments
 (0)