Skip to content

Commit

Permalink
Docker: Fix AiiDA test
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jul 4, 2019
1 parent cc9b192 commit d30ada6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/docker/scripts/test_aiida.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d30ada6

Please sign in to comment.