Skip to content

Commit e7736ae

Browse files
committed
fix: use yum
1 parent 6864396 commit e7736ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4040
manylinux: ${{ matrix.platform.manylinux }}
4141
before-script-linux: |
42-
apt-get update
43-
apt-get install -y unzip
42+
yum install -y unzip
4443
curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
4544
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
4645
export DUCKDB_LIB_DIR=/opt/duckdb

0 commit comments

Comments
 (0)