Skip to content

Commit

Permalink
Merge pull request #873 from jmtcsngr/fix_perl_brew
Browse files Browse the repository at this point in the history
install libdevel-patchperl-perl in github runner
  • Loading branch information
mgcam authored Dec 17, 2024
2 parents 2614679 + 44b874c commit bc37243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
sudo apt-get update
# https://github.com/actions/runner-images/issues/2139
sudo apt-get remove -y nginx libgd3
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl
# libdevel-patchperl-perl is needed for perlbrew
sudo apt-get install -y libgd-dev uuid-dev libgd-text-perl \
libdevel-patchperl-perl
- name: "Install Miniforge"
run: |
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
LIST OF CHANGES
---------------

- Fix perlbrew installation by installing libdevel-patchperl-perl in runner
- Changed/extended tests for npg_pipeline::function::autoqc to ensure that
the tests work with changes in https://github.com/wtsi-npg/npg_qc/pull/895
(study_specific assessment is disabled for lanes). Tested that a pools that
Expand Down

0 comments on commit bc37243

Please sign in to comment.