Permalink
Browse files

make sure latest version of bluepyopt is installed

  • Loading branch information...
1 parent 2eaefe3 commit 3711436e5c0c95f65cb6c350c9979b75087896dd @mgeplf mgeplf committed Jul 14, 2016
Showing with 4 additions and 3 deletions.
  1. +4 −3 cloud-config/roles/deap/tasks/main.yaml
@@ -22,14 +22,15 @@
- name: Install scoop
pip: name=scoop version="{{ scoop_version }}" virtualenv={{ venv }}
-- name: Install scoop
- pip: name=scoop version="{{ scoop_version }}" virtualenv={{ venv }}
+#Use the latest version
+- name: Install BluePyOpt
+ pip: name=bluepyopt virtualenv={{ venv }}
- name: Add virtualenv to setup.sh file
lineinfile:
dest="{{ workspace }}/setup.sh"
create=yes
- line="source {{ venv }}"
+ line="source {{ venv }}/bin/activate"
- name: Install ssh key
authorized_key:

0 comments on commit 3711436

Please sign in to comment.