Skip to content

Commit db900c8

Browse files
authored
Still working on conda init to work on *nix
1 parent 2d4cdad commit db900c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ install:
2727
- conda update -q conda
2828
- cmd: conda init cmd.exe
2929
- sh: conda init bash
30+
- sh: source ~/miniconda3/etc/profile.d/conda.sh
3031
- conda env create -f environment.yml
3132
- cmd: conda activate cadquery
32-
- sh: activate cadquery
33+
- sh: conda activate cadquery
3334
- pip install git+https://github.com/CadQuery/[email protected]
3435

3536
build: false

0 commit comments

Comments
 (0)