Skip to content

Commit

Permalink
perl_ci.yml: remove bio::kmer from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 443fe98 commit 96ef25c
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 @@ -26,7 +26,7 @@ jobs:
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
run: cpanm DBI DBI::SQLite JSON

# - name: apt-get
# run: |
Expand Down

0 comments on commit 96ef25c

Please sign in to comment.