Skip to content

Commit

Permalink
Suggestions from Simon
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Aug 1, 2024
1 parent a16753a commit aac42d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ collections:
version: 1.3.0
type: galaxy
- name: community.general
version: 8.6.1
version: 9.2.0
type: galaxy
- name: community.docker
version: 3.10.1
version: 3.11.0
2 changes: 1 addition & 1 deletion reverse_proxy/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
changed_when: false
register: bioconda_install

- name: ensure plink2 installation was successful
- name: ensure bioconda package installation was successful
assert:
that: bioconda_install.rc == 0
fail_msg: "Failed to install conda package (bamsnap) from local proxy"
Expand Down

0 comments on commit aac42d9

Please sign in to comment.