Skip to content

Commit

Permalink
Add --extra-index-url for explicit PyPI fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 2, 2017
1 parent 53fd5fd commit 6544db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 6544db9

Please sign in to comment.