Skip to content

Commit

Permalink
AppVeyor: Force installing SCons 3.0.1
Browse files Browse the repository at this point in the history
3.0.2 was released today and when installed via pip, it seems to be
missing from the PATH.
  • Loading branch information
akien-mga committed Jan 1, 2019
1 parent b60939b commit fb47d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb47d8f

Please sign in to comment.