Skip to content

Commit 8020674

Browse files
committed
Run activate using call on appveyor
1 parent 915f4a5 commit 8020674

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
@@ -52,7 +52,7 @@ install:
5252
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
5353
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
5454
- if [%COMPILER%]==[MSVC15] conda create -n test --yes mpir=3.0.0 vc=14
55-
- if [%COMPILER%]==[MSVC15] activate test
55+
- if [%COMPILER%]==[MSVC15] call activate test
5656
- if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
5757
- if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
5858
- if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=3.9

0 commit comments

Comments
 (0)