Skip to content

Commit

Permalink
use libmagickwand-dev on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 10, 2024
1 parent b24f31a commit 8ce058d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'pip'

- name: Install BEDTools (Linux)
run: sudo apt-get install bedtools imagemagick
run: sudo apt-get install bedtools libmagickwand-dev
if: matrix.os == 'ubuntu-latest'

- name: Install BEDTools (macOS)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ setup_requires = setuptools>=18.0; cython
install_requires =
CrossMap
PyPDF2
Wand
biopython
boto3
brewer2mpl
Expand Down

0 comments on commit 8ce058d

Please sign in to comment.