Skip to content

Commit

Permalink
trying to cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent e617394 commit 8e69083
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@ jobs:
perl-version: ${{ matrix.perl }}
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --force
- name: cpanm installations
- name: apt-get
run: |
sudo apt-get update -y
sudo apt-get install -y sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl
- name: cpanm installations hopefully cached
run: cpanm DBI DBI::SQLite Bio::Kmer JSON

# - name: apt-get
# run: |
# sudo apt-get update -y
# sudo apt-get install -y quicktree bioperl mash sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl
# - name: cpanm installations
# run: cpanm --installdeps .
# - name: versions
# run: |
# mash --version
# quicktree -v
# sqlite3 --version
# - run: perl -V
# - name: perl modules checks
# run: |
# for i in Bio::Tree::Statistics threads Bio::Matrix::IO Bio::Tree::DistanceFactory; do perl -M$i -e 'print "checking module $i";'; done
# - name: make test
# run: perl Makefile.PL && make && make test

0 comments on commit 8e69083

Please sign in to comment.