Skip to content

Commit bedd56c

Browse files
committed
Windows-specific handling of shell env variable
1 parent 2d6c661 commit bedd56c

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,7 +27,8 @@ init:
2727
install:
2828
- conda config --set always_yes yes --set changeps1 no
2929
- conda update -q conda
30-
- conda init $CONDA_SHELL
30+
- cmd: conda init %CONDA_SHELL%
31+
- sh: conda init $CONDA_SHELL
3132
- conda env create -f environment.yml
3233
- conda activate cadquery
3334
- pip install git+https://github.com/CadQuery/[email protected]

0 commit comments

Comments
 (0)