Skip to content

Commit da933ae

Browse files
Add pillow install to GitHub Actions.
1 parent ac1f5e6 commit da933ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
python-version: "3.14"
2222

23-
- name: Install numpy and mypy
23+
- name: Install numpy, pillow, and mypy
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install numpy mypy
26+
pip install numpy pillow mypy
2727
shell: pwsh
2828

2929
- name: Run test with asm-lang.exe (if present)

0 commit comments

Comments
 (0)