Skip to content

Commit

Permalink
Upgrade Ephemeris requirement to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Sep 7, 2016
1 parent b2a60a9 commit b0cd709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: Create/invoke script virtualenv
pip: name={{ item }} virtualenv={{ galaxy_tools_base_dir }}/venv virtualenv_command="{{ pip_virtualenv_command | default( 'virtualenv' ) }}"
with_items:
- ephemeris==0.3.0 # Pinned version should make sure ephemeris version matches what the role has been tested with
- ephemeris==0.4.0 # Pinned version should make sure ephemeris version matches what the role has been tested with

- include: install_tool_list.yml
with_items: '{{ galaxy_tools_tool_list_files }}'
Expand Down

0 comments on commit b0cd709

Please sign in to comment.