Skip to content

Commit 6fb9de3

Browse files
committed
Moved activate statements
1 parent 934dc2d commit 6fb9de3

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,9 +25,9 @@ init:
2525
install:
2626
- conda config --set always_yes yes --set changeps1 no
2727
- conda update -q conda
28+
- conda env create -f environment.yml
2829
- cmd: conda activate cadquery
2930
- sh: activate cadquery
30-
- conda env create -f environment.yml
3131
- pip install git+https://github.com/CadQuery/[email protected]
3232

3333
build: false

0 commit comments

Comments
 (0)