We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77b047 commit 487a7f1Copy full SHA for 487a7f1
.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
29
conda install -y cmake mesalib vtk pandas matplotlib \
30
colormath nipype tbb-devel nose
31
conda info --envs
32
- pip install -e .
+ python setup.py install
33
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make
34
- run:
35
name: Test mindboggle
0 commit comments