Skip to content

Commit 0f67e08

Browse files
committed
Trying to use bash specifically for Linux and MacOS
1 parent e14cb20 commit 0f67e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
- conda config --set always_yes yes --set changeps1 no
2929
- conda update -q conda
3030
- cmd: conda init
31-
- sh: conda init $SHELL
31+
- sh: conda init bash
3232
- conda env create -f environment.yml
3333
- conda activate cadquery
3434
- pip install git+https://github.com/CadQuery/[email protected]

0 commit comments

Comments
 (0)