File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ function generate_main_dockerfile() {
9292 conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9393 icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
9494 pandas psutil scikit-learn scipy traits=4.6.0' \
95- pip_install=" grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5 " \
95+ pip_install=" pytest-xdist " \
9696 activate=true \
9797 --copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9898 docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
@@ -108,8 +108,6 @@ function generate_main_dockerfile() {
108108 --miniconda use_env=neuro \
109109 pip_opts=" -e" \
110110 pip_install=" /src/nipype[all]" \
111- --miniconda use_env=neuro \
112- pip_install=" pytest-xdist" \
113111 --workdir /work \
114112 --label org.label-schema.build-date=' $BUILD_DATE' \
115113 org.label-schema.name=" NIPYPE" \
You can’t perform that action at this time.
0 commit comments