Skip to content

Commit

Permalink
perl_ci.yml: force notest cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent fa80d23 commit e8f714e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: apt-get
run: |
sudo apt-get update -y
sudo apt-get install -y quicktree bioperl mash
- name: cpanm installdeps
sudo apt-get install -y quicktree bioperl bioperl-run mash
- name: cpanm installdeps --no-test --force
run: cpanm --installdeps .
- name: versions
run: |
Expand Down

0 comments on commit e8f714e

Please sign in to comment.