Skip to content

Commit 7a937a2

Browse files
committed
Trying to fix errors about conda init not being run
1 parent 11f7ee2 commit 7a937a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ init:
2424
install:
2525
- conda config --set always_yes yes --set changeps1 no
2626
- conda update -q conda
27+
- conda init
2728
- conda env create -f environment.yml
2829
- conda activate cadquery
2930
- pip install git+https://github.com/CadQuery/[email protected]

0 commit comments

Comments
 (0)