Skip to content

Commit e41ca1a

Browse files
committed
ENH: Add niflow-nipype1-workflows to Docker file
1 parent 0050663 commit e41ca1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function generate_main_dockerfile() {
9494
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9595
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
9696
pandas psutil scikit-learn scipy traits' \
97-
pip_install="pytest-xdist" \
97+
pip_install="pytest-xdist niflow-nipype1-workflows" \
9898
activate=true \
9999
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
100100
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \

0 commit comments

Comments
 (0)