Skip to content

Commit 4fa1db0

Browse files
authored
fix appveyor
1 parent dae7f13 commit 4fa1db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install:
5454
- git clone https://github.com/sympy/symengine symengine-cpp
5555

5656
- if [%COMPILER%]==[MSVC15] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
57-
- if [%COMPILER%]==[MSVC15] conda update --yes --quiet conda
57+
- if [%COMPILER%]==[MSVC15] conda install --yes --quiet conda python=3.6
5858
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
5959
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
6060
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14

0 commit comments

Comments
 (0)