Skip to content

Commit e14cb20

Browse files
committed
Trying different variations for passing the shell to init
1 parent bedd56c commit e14cb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ init:
2727
install:
2828
- conda config --set always_yes yes --set changeps1 no
2929
- conda update -q conda
30-
- cmd: conda init %CONDA_SHELL%
31-
- sh: conda init $CONDA_SHELL
30+
- cmd: conda init
31+
- sh: conda init $SHELL
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)