From 7a937a2642dcb976534e15ce1582b16e1f26e4ed Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 9 Jul 2021 13:41:26 -0400 Subject: [PATCH] Trying to fix errors about conda init not being run --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index bb813e69..d6112253 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,7 @@ init: install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda + - conda init - conda env create -f environment.yml - conda activate cadquery - pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1