We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae7f13 commit 4fa1db0Copy full SHA for 4fa1db0
appveyor.yml
@@ -54,7 +54,7 @@ install:
54
- git clone https://github.com/sympy/symengine symengine-cpp
55
56
- if [%COMPILER%]==[MSVC15] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
57
-- if [%COMPILER%]==[MSVC15] conda update --yes --quiet conda
+- if [%COMPILER%]==[MSVC15] conda install --yes --quiet conda python=3.6
58
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
59
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
60
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14
0 commit comments