appveyor.yml: use different PYTHON path for 32 and 64 bit builds

This commit is contained in:
Johannes Schauer Marin Rodrigues 2022-06-16 12:10:34 +02:00
parent 5000545f0d
commit 9bf02315aa
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -14,10 +14,9 @@ environment:
# - PYTHON: "C:\\Python35-x64" # - PYTHON: "C:\\Python35-x64"
# - PYTHON: "C:\\Python36-x64" # - PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python37-x64"
platform: x64
platform: - PYTHON: "C:\\Python37"
- x86 platform: x86
- x64
install: install:
- "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller" - "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"