Skip to content

Commit

Permalink
Update galaxy role
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 2, 2017
1 parent 4cd46ae commit 762ef10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/galaxyproject.galaxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ the same play as this role:
- mercurial
- python-virtualenv
roles:
- galaxyproject.galaxy
- galaxyprojectdotorg.galaxy
```

If your `git` executable is not on `$PATH`, you can specify its location with the `git_executable` variable. Likewise
Expand Down
2 changes: 1 addition & 1 deletion roles/galaxyproject.galaxy/meta/.galaxy_install_info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{install_date: 'Thu Apr 13 13:45:11 2017', version: 0.7.3}
{install_date: 'Mon Oct 2 15:21:55 2017', version: 0.7.4}
2 changes: 1 addition & 1 deletion roles/galaxyproject.galaxy/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- name: Install Galaxy base dependencies
pip:
requirements: "{{ galaxy_requirements_file }}"
extra_args: "--index-url https://wheels.galaxyproject.org/simple/"
extra_args: "--index-url https://wheels.galaxyproject.org/simple/ --extra-index-url https://pypi.python.org/pypi"
virtualenv: "{{ galaxy_venv_dir }}"
virtualenv_command: "{{ pip_virtualenv_command | default( 'virtualenv' ) }}"
environment:
Expand Down

0 comments on commit 762ef10

Please sign in to comment.