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 794c137 commit dc3883bCopy full SHA for dc3883b
.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
- yum install unzip
+ dnf install -y 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