Skip to content

Commit 23226e8

Browse files
authored
Updated activate line for *nix
1 parent 38316d3 commit 23226e8

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
@@ -29,7 +29,7 @@ install:
2929
- sh: conda init bash
3030
- conda env create -f environment.yml
3131
- cmd: conda activate cadquery
32-
- sh: conda activate cadquery
32+
- sh: activate cadquery
3333
- pip install git+https://github.com/CadQuery/[email protected]
3434

3535
build: false

0 commit comments

Comments
 (0)