Skip to content

Commit 7e065c5

Browse files
Jeadiephillipleblanc
authored andcommitted
dbc install flightsql (#43)
* dbc install flightsql * Update .github/workflows/run_spicebench.yml Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
1 parent c2916a5 commit 7e065c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run_spicebench.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ jobs:
226226
;;
227227
esac
228228
229+
- name: Install ADBC FlightSQL driver
230+
run: |
231+
curl -LsSf https://dbc.columnar.tech/install.sh | sh
232+
dbc install flightsql
233+
229234
- name: Run spicebench
230235
env:
231236
SPICEAI_API_KEY: ${{ env.SPICEAI_API_KEY }}

0 commit comments

Comments
 (0)