windows:
name: Build Windows packages
runs-on: windows-2019
+ # TODO: Currently disabled: not completed yet. See the
+ # wheel_windows_before_all script.
+ if: false
+
strategy:
matrix:
pyver: [cp36, cp37, cp38, cp39]
# Configure the environment needed to build wheel packages on Windows.
# This script is designed to be used by cibuildwheel as CIBW_BEFORE_ALL_WINDOWS
+# The script is currently incomplete. The image seems to have postgres
+# installed but without libpq.lib, so installation fails. This is an incomplete
+# attempt to download the binary package (which is 235MB and takes forever)
+# and use it for building.
+
# Set-PSDebug -Trace 1
python -c "import os; print(os.environ['PATH'])"