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