We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1f5e6 commit da933aeCopy full SHA for da933ae
.github/workflows/run-tests.yml
@@ -20,10 +20,10 @@ jobs:
20
with:
21
python-version: "3.14"
22
23
- - name: Install numpy and mypy
+ - name: Install numpy, pillow, and mypy
24
run: |
25
python -m pip install --upgrade pip
26
- pip install numpy mypy
+ pip install numpy pillow mypy
27
shell: pwsh
28
29
- name: Run test with asm-lang.exe (if present)
0 commit comments