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 9099507 commit 9a71f18Copy full SHA for 9a71f18
appveyor.yml
@@ -7,7 +7,6 @@ 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
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
@@ -27,10 +26,8 @@ install:
27
26
- conda config --set always_yes yes --set changeps1 no
28
- conda update -q conda
29
- cmd: conda init cmd.exe
30
- # - sh: conda init bash
31
- conda env create -f environment.yml
32
- - cmd: conda activate cadquery
33
- - sh: conda activate cadquery
+ - conda activate cadquery
34
- pip install git+https://github.com/CadQuery/[email protected]
35
36
build: false
0 commit comments