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 de39d2b commit 50bb73aCopy full SHA for 50bb73a
.github/workflows/test-msys2.yml
@@ -16,11 +16,13 @@ jobs:
16
fail-fast: false
17
matrix:
18
include:
19
- - msystem: "UCRT64"
20
- msystem: "CLANG64"
21
- - msystem: "CLANG32"
22
- msystem: "MINGW64"
23
- - msystem: "MINGW32"
+ # skip some subsystems to save CI time:
+ # see https://github.com/python-pillow/Pillow/pull/6888#issuecomment-1400392821
+ # - msystem: "UCRT64"
24
+ # - msystem: "CLANG32"
25
+ # - msystem: "MINGW32"
26
27
defaults:
28
run:
0 commit comments