Skip to content

Commit 2d4cdad

Browse files
committed
Still fighting conda differences between OSes
1 parent 6fb9de3 commit 2d4cdad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ init:
2525
install:
2626
- conda config --set always_yes yes --set changeps1 no
2727
- conda update -q conda
28+
- cmd: conda init cmd.exe
29+
- sh: conda init bash
2830
- conda env create -f environment.yml
2931
- cmd: conda activate cadquery
3032
- sh: activate cadquery

0 commit comments

Comments
 (0)