Use stdlib for setuptools on MinGW

This commit is contained in:
Andrew Murray 2023-05-03 08:29:20 +10:00
parent c9cb9fa113
commit d9921f697a

View File

@ -80,7 +80,7 @@ jobs:
pushd depends && ./install_extra_test_images.sh && popd
- name: Build Pillow
run: CFLAGS="-coverage" python3 -m pip install --global-option="build_ext" .
run: SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python3 -m pip install --global-option="build_ext" .
- name: Test Pillow
run: |