From 76da292a2b8d1429a8bad15fd8dc8764812d8ef9 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Mon, 11 Dec 2023 21:08:53 +0100 Subject: [PATCH] Use --only-binary Pillow --- .ci/windows_ci.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/windows_ci.ps1 b/.ci/windows_ci.ps1 index 4c7f8ea0c8..05dcc71250 100644 --- a/.ci/windows_ci.ps1 +++ b/.ci/windows_ci.ps1 @@ -86,7 +86,7 @@ function Install-kivy-test-run-pip-deps { } function Install-kivy { - python -m pip install --prefer-binary -e .[dev,full] + python -m pip install --only-binary Pillow -e .[dev,full] } function Install-kivy-wheel {