Skip to content

Commit

Permalink
Merge pull request #9 from ARTbio/fix_pip_version
Browse files Browse the repository at this point in the history
Fix pip at 8.0.0
  • Loading branch information
natefoo committed Jan 28, 2016
2 parents 2f4cbc0 + 9adce55 commit 6209af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
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.2

# legacy
galaxy_fetch_eggs: yes

Expand Down
4 changes: 2 additions & 2 deletions tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
- name: Install Galaxy pip
pip:
name: pip
state: latest
extra_args: "--pre --no-index --find-links https://wheels.galaxyproject.org/simple/pip"
version: "{{ galaxy_pip_version }}"
extra_args: "--no-index --find-links https://wheels.galaxyproject.org/simple/pip"
virtualenv: "{{ galaxy_venv_dir }}"
virtualenv_command: "{{ pip_virtualenv_command | default( 'virtualenv' ) }}"
environment:
Expand Down

0 comments on commit 6209af5

Please sign in to comment.