Skip to content

Commit 2d6c661

Browse files
committed
Still trying to fix conda init
1 parent 7a937a2 commit 2d6c661

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ environment:
77
matrix:
88
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
99
MINICONDA_DIRNAME: C:\Miniconda38-x64
10+
CONDA_SHELL: powershell
1011
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
1112
OS: Linux
13+
CONDA_SHELL: bash
1214
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
1315
OS: MacOSX
16+
CONDA_SHELL: zsh
1417

1518
ANACONDA_TOKEN:
1619
secure: $(anaconda_token)
@@ -24,7 +27,7 @@ init:
2427
install:
2528
- conda config --set always_yes yes --set changeps1 no
2629
- conda update -q conda
27-
- conda init
30+
- conda init $CONDA_SHELL
2831
- conda env create -f environment.yml
2932
- conda activate cadquery
3033
- pip install git+https://github.com/CadQuery/[email protected]

0 commit comments

Comments
 (0)