Skip to content

Commit 741c0a4

Browse files
committed
update workflow
1 parent b2bb575 commit 741c0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Install linux deps
25+
run: sudo apt install -y imagemagick
2426

2527
- name: set up python ${{ matrix.python-version }}
2628
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)