Skip to content

Commit 9568958

Browse files
authored
Install ODBC in Jupyter release workflows (#319)
1 parent b1beee0 commit 9568958

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-jupyter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
name: tree-sitter-generated
4848
path: tree-sitter-ggsql/src/
4949

50+
- name: Install ODBC
51+
run: sudo apt-get install -y unixodbc-dev
52+
5053
- name: Build wheels
5154
uses: PyO3/maturin-action@v1
5255
with:
@@ -81,6 +84,9 @@ jobs:
8184
name: tree-sitter-generated
8285
path: tree-sitter-ggsql/src/
8386

87+
- name: Install ODBC
88+
run: brew install unixodbc
89+
8490
- name: Build wheels
8591
uses: PyO3/maturin-action@v1
8692
with:

0 commit comments

Comments
 (0)