From d8043c03b3e14fff32f36a3bf3429dd648624b1a Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 2 May 2021 20:02:35 +0300 Subject: [PATCH] Another try. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1bbf8a5f5..b91407d88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -201,7 +201,7 @@ init: # Path after - path # Check that we have the expected version and architecture for Python - - if "%DEPLOY%" == "true" "python --version" + - if "%DEPLOY%" == "true" (python --version) - if "%DEPLOY%" == "true" "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Install the build dependencies of the project. - if "%DEPLOY%" == "true" "python -m pip install --upgrade pip"