Skip to content

Commit 5b119dd

Browse files
committed
explicit install of IPC::System::Simple
1 parent 8ed7658 commit 5b119dd

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
perl -V
2323
cpanm --quiet --notest --installdeps .
24+
cpanm --quiet IPC::System::Simple
2425
2526
- name: Install bcftools in conda test env
2627
shell: bash -l {0}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
- Write Deepvariant report html file to deliverables
99
- Remove Readonly::XS dependency
1010
- Update Perl to version 5.32.1
11-
- Add IPC::System::Simple as dependencies in cpanfile
1211

1312
## [12.1.0]
1413

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ requires qw{ Path::Iterator::Rule 1.012 }; # MIP
2222
requires qw{ Path::Tiny 0.114 }; # MIP
2323
requires qw{ Readonly 1.61 }; # MIP
2424
requires qw{ Set::IntervalTree 0.11 }; # MIP
25-
requires qw{ IPC::System::Simple >= 0 }; # MIP
2625
requires qw{ TOML::Parser 0.91 }; # MIP
2726
requires qw{ TOML::Tiny 0.06}; # MIP
2827
requires qw{ Test::Trap }; # MIP

0 commit comments

Comments
 (0)