We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1beee0 commit 9568958Copy full SHA for 9568958
1 file changed
.github/workflows/release-jupyter.yml
@@ -47,6 +47,9 @@ jobs:
47
name: tree-sitter-generated
48
path: tree-sitter-ggsql/src/
49
50
+ - name: Install ODBC
51
+ run: sudo apt-get install -y unixodbc-dev
52
+
53
- name: Build wheels
54
uses: PyO3/maturin-action@v1
55
with:
@@ -81,6 +84,9 @@ jobs:
81
84
82
85
83
86
87
88
+ run: brew install unixodbc
89
90
91
92
0 commit comments