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 c5a770b commit 9d41335Copy full SHA for 9d41335
.circleci/config.yml
@@ -24,11 +24,12 @@ jobs:
24
ln -sv /usr/lib/x86_64-linux-gnu /usr/lib64
25
conda config --set show_channel_urls yes --set always_yes yes
26
conda config --add channels conda-forge
27
- conda update conda conda-env
28
- conda env create --quiet
+ conda create -n $ENV_NAME python=3.6 pip
29
source activate $ENV_NAME
+ conda install -y cmake mesalib vtk pandas matplotlib \
30
+ colormath nipype tbb-devel
31
conda info --envs
- python setup.py install
32
+ pip install -e .
33
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make
34
- run:
35
name: Test mindboggle
environment.yml
0 commit comments