mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Pin to SCons 3.0.1 to prevent AppVeyor from skipping tests
With SCons 3.0.3 on AppVeyor, the 'scons test' command exits immediately without any output.
This commit is contained in:
@@ -4,7 +4,7 @@ install:
|
||||
C:\Python37-x64\python.exe -m pip install --no-cache-dir --upgrade pip
|
||||
C:\Python37-x64\python.exe -m pip install --upgrade setuptools
|
||||
C:\Python37-x64\python.exe -m pip install --upgrade --no-warn-script-location wheel
|
||||
C:\Python37-x64\Scripts\pip.exe install scons
|
||||
C:\Python37-x64\Scripts\pip.exe install scons==3.0.1
|
||||
C:\Python37-x64\Scripts\pip.exe install --no-cache-dir --no-warn-script-location numpy
|
||||
C:\Python37-x64\Scripts\pip.exe install --no-warn-script-location cython
|
||||
C:\Python37-x64\Scripts\pip.exe install pypiwin32
|
||||
|
||||
Reference in New Issue
Block a user