From 355663d282446785979c2cb19dd3a3d61c36956e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 27 Oct 2019 18:44:27 +0100 Subject: Fix indentation in appveyor build script. --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5c5c575a..40b91697 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,12 +16,12 @@ environment: install: - SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH% - ps: | - $env:PYTHON = "C:\\Python$($env:PYTHON)" - if (-not (Test-Path $env:PYTHON)) { - curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1 - .\\install_python.ps1 - } - # remove the above when appveyor has proper Python 3.8 support + $env:PYTHON = "C:\\Python$($env:PYTHON)" + if (-not (Test-Path $env:PYTHON)) { + curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1 + .\\install_python.ps1 + } + # remove the above when appveyor has proper Python 3.8 support - python -m pip.__main__ install -U pip wheel setuptools - pip install -r requirements.txt -- cgit v1.2.1