Skip to content

Commit 13db842

Browse files
committed
fixup! Install with tests extra
1 parent ff88272 commit 13db842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
pushd depends && ./install_extra_test_images.sh && popd
7979
8080
- name: Build Pillow
81-
run: CFLAGS="-coverage" python3 -m pip install .
81+
run: CFLAGS="-coverage" python3 -m pip install .[tests]
8282

8383
- name: Test Pillow
8484
run: |

0 commit comments

Comments
 (0)