From 1366ad7619e5e96f9156a8033828aa8353912461 Mon Sep 17 00:00:00 2001 From: aferdyp Date: Sun, 26 Jun 2022 17:21:06 +0530 Subject: [PATCH] Replace the postgres install step for cibuildwheel with the rpm version --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4ecbddc..f16cda8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_BEFORE_ALL_LINUX: ${{ format('bash src/tools/install_pg.sh {0}', github.ref) }} + CIBW_BEFORE_ALL_LINUX: ${{ format('bash src/tools/install_pg_rpm.sh {0}', github.ref) }} - uses: actions/upload-artifact@v2 with: path: ./wheelhouse/*.whl