Skip to content

Commit

Permalink
perl_ci.yml: force notest cpanm, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 16deb8f commit 703ae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y quicktree bioperl bioperl-run mash
- name: cpanm installdeps --no-test --force
run: cpanm --installdeps .
run: cpanm --installdeps . --no-test --force
- name: versions
run: |
mash --version
Expand Down

0 comments on commit 703ae70

Please sign in to comment.