Skip to content

Commit 9f9c842

Browse files
committed
fix: add etelemetry to circle config
1 parent f3efc0e commit 9f9c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
conda create -n $ENV_NAME python=3.6 pip
2828
source activate $ENV_NAME
2929
conda install -y cmake mesalib vtk pandas matplotlib \
30-
colormath nipype tbb-devel nose
30+
colormath nipype tbb-devel nose etelemetry
3131
conda info --envs
3232
python setup.py install
3333
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make

0 commit comments

Comments
 (0)