From f43a8434ff1429d2983d33fe0ca908c86fb3b76a Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Fri, 15 Dec 2023 06:48:00 +0100 Subject: [PATCH] Changes to use pyproject.toml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e2c9d60eb2..7b4e243500 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,9 @@ environment: install: - cmd: "%PYTHON%\\python.exe -m pip install -U build pip setuptools twine wheel" +# Pywin32 appears to be necessary to ensure sys.platform is working correctly. +- cmd: "%PYTHON%\\python.exe -m pip install pywin32" +- cmd: "%PYTHON%\\python.exe %PYTHON%\\Scripts\\pywin32_postinstall.py -install" - ps: If ($isWindows) { .\config\appveyor\install.ps1 } - sh: config/appveyor/install.sh