From: Daniele Varrazzo Date: Sun, 22 Dec 2024 00:05:16 +0000 (+0100) Subject: ci: move Python packages used for test into before-build script X-Git-Tag: 3.2.4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be87b6b0189a667670db1b018781b5f892759f6a;p=thirdparty%2Fpsycopg.git ci: move Python packages used for test into before-build script --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5d975707..f69fa8dcb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -353,8 +353,6 @@ jobs: - name: Build the C wheel if: ${{ matrix.impl == 'c' }} run: | - pip install delvewheel wheel - # If the wheel is not delocated, import fails with some dll not found # (but it won't tell which one). pip wheel -v -w ./psycopg_c/dist/ ./psycopg_c/ diff --git a/tools/build/wheel_win32_before_build.bat b/tools/build/wheel_win32_before_build.bat index 5bd5dc549..cc5f83089 100644 --- a/tools/build/wheel_win32_before_build.bat +++ b/tools/build/wheel_win32_before_build.bat @@ -1,6 +1,6 @@ @echo on -pip install delvewheel +pip install delvewheel wheel vcpkg install libpq:x64-windows-release