Skip to content

Commit 9a71f18

Browse files
committed
Hopefully the last cleanup
1 parent 9099507 commit 9a71f18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ environment:
77
matrix:
88
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
99
MINICONDA_DIRNAME: C:\Miniconda38-x64
10-
CONDA_SHELL: powershell
1110
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
1211
OS: Linux
1312
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
@@ -27,10 +26,8 @@ install:
2726
- conda config --set always_yes yes --set changeps1 no
2827
- conda update -q conda
2928
- cmd: conda init cmd.exe
30-
# - sh: conda init bash
3129
- conda env create -f environment.yml
32-
- cmd: conda activate cadquery
33-
- sh: conda activate cadquery
30+
- conda activate cadquery
3431
- pip install git+https://github.com/CadQuery/[email protected]
3532

3633
build: false

0 commit comments

Comments
 (0)