From d30ada61cbf8651b2bc3e19df688fd968aa6f9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Thu, 4 Jul 2019 12:42:37 +0200 Subject: [PATCH] Docker: Fix AiiDA test --- tools/docker/scripts/test_aiida.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/docker/scripts/test_aiida.sh b/tools/docker/scripts/test_aiida.sh index 0b9fbf4407..428ae8739f 100755 --- a/tools/docker/scripts/test_aiida.sh +++ b/tools/docker/scripts/test_aiida.sh @@ -20,10 +20,7 @@ chmod +x /usr/bin/cp2k echo -e "\n========== Installing AiiDA-CP2K plugin ==========" cd /opt/ git clone --quiet https://github.com/cp2k/aiida-cp2k.git -pip install --quiet ./aiida-cp2k/[pre-commit] - -# workaround for dependency chain in 1.0.0b1 -pip install --quiet 'topika==0.1.3' +pip install --quiet ./aiida-cp2k/[pre-commit,test] echo -e "\n========== Configuring AiiDA ==========" for i in $(dirname "$(which mpirun)")/* ; do ln -sf "$i" /usr/bin/; done