Skip to content

Commit 5c9e571

Browse files
committed
CI: Install rdflib earlier to ensure neurdflib goes later
1 parent e41ca1a commit 5c9e571

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
@@ -93,7 +93,7 @@ function generate_main_dockerfile() {
9393
--miniconda create_env=neuro \
9494
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9595
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
96-
pandas psutil scikit-learn scipy traits' \
96+
pandas psutil scikit-learn scipy traits rdflib' \
9797
pip_install="pytest-xdist niflow-nipype1-workflows" \
9898
activate=true \
9999
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \

0 commit comments

Comments
 (0)