Skip to content

Commit 11f7ee2

Browse files
committed
Been missing conda on activate this whole time
1 parent 79db63b commit 11f7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- conda config --set always_yes yes --set changeps1 no
2626
- conda update -q conda
2727
- conda env create -f environment.yml
28-
- activate cadquery
28+
- conda activate cadquery
2929
- pip install git+https://github.com/CadQuery/[email protected]
3030

3131
build: false

0 commit comments

Comments
 (0)