Explicitly specify the Python version to be installed

Turns out `python3-imaging` only redirects to Python 3.**6**'s version,
not the latest like the metapackage does.
This commit is contained in:
ISSOtm
2026-09-03 13:39:24 +02:00
committed by Eldred Habert
parent 8988cdde46
commit bf3ab7cb18
+2 -2
View File
@@ -363,8 +363,8 @@ jobs:
make
ninja
pkg-config
python3
python-imaging
python312
python312-imaging
- name: Build using Make
if: matrix.arch == 'x86'
run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.