Skip to content

Commit

Permalink
multithreading for perl_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 726c8d6 commit f35b4cb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --force --no-test
enable-modules-cache: true
multi-thread: true
install-modules: |
JSON
Bio::Perl
Bio::Kmer
Bio::Tree::Statistics
Bio::Matrix::IO
Bio::Tree::DistanceFactory
- name: apt-get to prepare for cached perl packages
run: |
sudo apt-get update -y
Expand All @@ -32,7 +40,7 @@ jobs:
- name: apt-get
run: |
sudo apt-get update -y
sudo apt-get install -y quicktree bioperl bioperl-run mash
sudo apt-get install -y quicktree mash
- name: cpanm installdeps --no-test --force
run: cpanm --installdeps . --no-test --force
- name: versions
Expand Down

0 comments on commit f35b4cb

Please sign in to comment.