We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bb575 commit 741c0a4Copy full SHA for 741c0a4
.github/workflows/ci.yaml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ - name: Install linux deps
25
+ run: sudo apt install -y imagemagick
26
27
- name: set up python ${{ matrix.python-version }}
28
uses: actions/setup-python@v5
0 commit comments