Trying to fix errors about conda init not being run
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user