We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521519d commit da951afCopy full SHA for da951af
1 file changed
.github/workflows/run_spicebench.yml
@@ -120,6 +120,16 @@ jobs:
120
path: ~/.spice/bin/spicebench
121
key: spicebench-${{ runner.os }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml', '**/*.rs') }}
122
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
130
131
132
133
- name: Run spicebench
134
env:
135
SPICEAI_API_KEY: ${{ env.SPICEAI_API_KEY }}
0 commit comments