Trying to fix errors about conda init not being run

This commit is contained in:
Jeremy Wright
2021-07-09 13:41:26 -04:00
parent 11f7ee224e
commit 7a937a2642

View File

@ -24,6 +24,7 @@ init:
install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda init
- conda env create -f environment.yml
- conda activate cadquery
- pip install git+https://github.com/CadQuery/OCP-stubs.git@7.5.1