Skip to content

Commit

Permalink
Use --only-binary Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Dec 11, 2023
1 parent a4aed30 commit 76da292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 76da292

Please sign in to comment.