We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a937a2 commit 2d6c661Copy full SHA for 2d6c661
appveyor.yml
@@ -7,10 +7,13 @@ environment:
7
matrix:
8
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
9
MINICONDA_DIRNAME: C:\Miniconda38-x64
10
+ CONDA_SHELL: powershell
11
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
12
OS: Linux
13
+ CONDA_SHELL: bash
14
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
15
OS: MacOSX
16
+ CONDA_SHELL: zsh
17
18
ANACONDA_TOKEN:
19
secure: $(anaconda_token)
@@ -24,7 +27,7 @@ init:
24
27
install:
25
28
- conda config --set always_yes yes --set changeps1 no
26
29
- conda update -q conda
- - conda init
30
+ - conda init $CONDA_SHELL
31
- conda env create -f environment.yml
32
- conda activate cadquery
33
- pip install git+https://github.com/CadQuery/[email protected]
0 commit comments