Skip to content

Commit

Permalink
Make pip version confogurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 25, 2016
1 parent 3f8e114 commit 001cf5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions defaults/main.yml
Expand Up @@ -13,6 +13,9 @@ galaxy_manage_mutable_setup: yes
galaxy_manage_database: yes
galaxy_fetch_dependencies: yes

# Set a version of pip to install
galaxy_pip_version: 8.0.0

# legacy
galaxy_fetch_eggs: yes

Expand Down
2 changes: 1 addition & 1 deletion tasks/dependencies.yml
Expand Up @@ -20,7 +20,7 @@
- name: Install Galaxy pip
pip:
name: pip
version: 8.0.0+gx1
version: "{{ galaxy_pip_version }}"
extra_args: "--pre --no-index --find-links https://wheels.galaxyproject.org/simple/pip"
virtualenv: "{{ galaxy_venv_dir }}"
virtualenv_command: "{{ pip_virtualenv_command | default( 'virtualenv' ) }}"
Expand Down

0 comments on commit 001cf5a

Please sign in to comment.