From fb47d8f5541b9cb5617ff646b7ea724303de9c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 1 Jan 2019 23:31:08 +0100 Subject: [PATCH] AppVeyor: Force installing SCons 3.0.1 3.0.2 was released today and when installed via pip, it seems to be missing from the PATH. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 567da9cd5d5c..bd4a7b0ca822 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ cache: install: - SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing - - pip install scons + - pip install scons==3.0.1 - if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw before_build: