Windows-specific handling of shell env variable

This commit is contained in:
Jeremy Wright
2021-07-09 14:10:27 -04:00
parent 2d6c661a69
commit bedd56ca79

View File

@ -27,7 +27,8 @@ init:
install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda init $CONDA_SHELL
- cmd: conda init %CONDA_SHELL%
- sh: conda init $CONDA_SHELL
- conda env create -f environment.yml
- conda activate cadquery
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1