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 14ca001 commit 837b408Copy full SHA for 837b408
.github/workflows/pypi.yaml
@@ -39,7 +39,8 @@ jobs:
39
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
40
manylinux: ${{ matrix.platform.manylinux }}
41
before-script-linux: |
42
- dnf install -y unzip
+ apt-get update
43
+ apt-get install -y unzip
44
curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
45
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
46
export DUCKDB_LIB_DIR=/opt/duckdb
0 commit comments