From 9500703408dac89007bbadb176c74c09719d1c9e Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 3 Oct 2019 17:50:26 -0500 Subject: [PATCH] Set py3 path in CI --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3149c0d6..24f0e40c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,6 +41,7 @@ install: # - ps: "ls \"C:/\"" # Check that we have the expected version and architecture for Python + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""