From 2d6c661a6988894b8ea9bde481fa9d95ae6010d8 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 9 Jul 2021 14:07:45 -0400 Subject: [PATCH] Still trying to fix conda init --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d6112253..83fa0236 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,10 +7,13 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 MINICONDA_DIRNAME: C:\Miniconda38-x64 + CONDA_SHELL: powershell - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu OS: Linux + CONDA_SHELL: bash - APPVEYOR_BUILD_WORKER_IMAGE: macOS OS: MacOSX + CONDA_SHELL: zsh ANACONDA_TOKEN: secure: $(anaconda_token) @@ -24,7 +27,7 @@ init: install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - - conda init + - 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