Skip to content

Commit 487a7f1

Browse files
committed
switch from pip
1 parent e77b047 commit 487a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
conda install -y cmake mesalib vtk pandas matplotlib \
3030
colormath nipype tbb-devel nose
3131
conda info --envs
32-
pip install -e .
32+
python setup.py install
3333
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make
3434
- run:
3535
name: Test mindboggle

0 commit comments

Comments
 (0)