Skip to content

Commit

Permalink
Fix url in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 19, 2024
1 parent 83b1f37 commit 19c2167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
when: ansible_os_family == "Debian"

- name: Copy Galaxy pip Requirements
#get_url: url=https://raw.githubusercontent.com/galaxyproject/galaxy/v19.09/lib/galaxy/dependencies/pipfiles/default/pinned-requirements.txt dest=/tmp/requirements.txt
#get_url: url=https://raw.githubusercontent.com/galaxyproject/galaxy/refs/tags/v24.1/lib/galaxy/dependencies/pinned-requirements.txt dest=/tmp/requirements.txt
copy: src=requirements.txt dest=/tmp/requirements.txt

- name: Pin setuptools version to 69.5.1
Expand Down

0 comments on commit 19c2167

Please sign in to comment.