Skip to content

Commit fb47d8f

Browse files
committed
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.
1 parent b60939b commit fb47d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818
install:
1919
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2020
- pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing
21-
- pip install scons
21+
- pip install scons==3.0.1
2222
- if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw
2323

2424
before_build:

0 commit comments

Comments
 (0)