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 9fe4b78 commit edf76daCopy full SHA for edf76da
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
conda create -n $ENV_NAME python=3.6 pip
28
source activate $ENV_NAME
29
conda install -y cmake mesalib vtk pandas matplotlib \
30
- colormath nipype tbb-devel
+ colormath nipype tbb-devel nose
31
conda info --envs
32
pip install -e .
33
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make
0 commit comments