Skip to content

Commit 3e43481

Browse files
committed
Try fixing GitHub CI missing dependency for VEP
1 parent 52c1dd0 commit 3e43481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workflow/envs/vep.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dependencies:
2626
# issues concerning compression. So for now, we don't change the running system.
2727
# - perl-dbi
2828
# - perl-dbd-mysql
29+
30+
# Latest error appearing in our GitHub Actions CI: Can't locate List/MoreUtils.pm in @INC
31+
# To fix this, we try to install the missind dependency:
32+
- perl-list-moreutils

0 commit comments

Comments
 (0)