Skip to content

Commit f69347e

Browse files
committed
GHA: skip some msys2 jobs
1 parent fa09950 commit f69347e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-msys2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- msystem: "UCRT64"
28+
# skip to save CI time:
29+
# see https://github.com/python-pillow/Pillow/pull/6888#issuecomment-1400392821
30+
# - msystem: "UCRT64"
2931
- msystem: "CLANG64"
3032
- msystem: "MINGW64"
3133
defaults:

0 commit comments

Comments
 (0)