Skip to content

Commit 934dc2d

Browse files
committed
Use separate activate lines for *nix and Windows
1 parent 8d97932 commit 934dc2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ init:
2525
install:
2626
- conda config --set always_yes yes --set changeps1 no
2727
- conda update -q conda
28-
- cmd: conda init
29-
- sh: conda init bash
30-
- sh: source ~/.bashrc
28+
- cmd: conda activate cadquery
29+
- sh: activate cadquery
3130
- conda env create -f environment.yml
32-
- /home/appveyor/miniconda/bin/activate cadquery
3331
- pip install git+https://github.com/CadQuery/[email protected]
3432

3533
build: false

0 commit comments

Comments
 (0)