Skip to content

Commit 9099507

Browse files
authored
New conda activate line
1 parent 23226e8 commit 9099507

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ init:
2121
- sh: curl -sL https://repo.anaconda.com/miniconda/Miniconda3-latest-$OS-x86_64.sh > miniconda.sh
2222
- sh: bash miniconda.sh -b -p $HOME/miniconda;
2323
- sh: export PATH="$HOME/miniconda/bin:$HOME/miniconda/lib:$PATH";
24+
- sh: source $HOME/miniconda/bin/activate
2425

2526
install:
2627
- conda config --set always_yes yes --set changeps1 no
2728
- conda update -q conda
2829
- cmd: conda init cmd.exe
29-
- sh: conda init bash
30+
# - sh: conda init bash
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)