]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: move Python packages used for test into before-build script
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 22 Dec 2024 00:05:16 +0000 (01:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 22 Dec 2024 01:38:39 +0000 (02:38 +0100)
.github/workflows/tests.yml
tools/build/wheel_win32_before_build.bat

index a5d9757073153b66c3563397e4323a0218e69c6f..f69fa8dcb04d8d30838db5583b930628a6de23e2 100644 (file)
@@ -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/
index 5bd5dc54987aaaec17e534b0e1f52c80bfcc2f71..cc5f8308940be8bbedbcdc08975b67f03fc7cadf 100644 (file)
@@ -1,6 +1,6 @@
 @echo on
 
-pip install delvewheel
+pip install delvewheel wheel
 
 vcpkg install libpq:x64-windows-release