From bedd56ca793e0d74b1a4632f8e9b9df383f6ef8c Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 9 Jul 2021 14:10:27 -0400 Subject: [PATCH] Windows-specific handling of shell env variable --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 83fa0236..ff5c3753 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,8 @@ init: install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - - conda init $CONDA_SHELL + - cmd: conda init %CONDA_SHELL% + - sh: conda init $CONDA_SHELL - conda env create -f environment.yml - conda activate cadquery - pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1