We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2a60d commit 63920c4Copy full SHA for 63920c4
.github/workflows/pypi.yaml
@@ -42,6 +42,7 @@ jobs:
42
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
43
manylinux: ${{ matrix.platform.manylinux }}
44
before-script-linux: |
45
+ sudo apt-get install unzip
46
curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
47
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
48
export DUCKDB_LIB_DIR=/opt/duckdb
0 commit comments