Merge pull request #7131 from radarhere/mingw

Use stdlib for setuptools on MinGW
This commit is contained in:
Hugo van Kemenade 2023-05-03 06:41:05 +03:00 committed by GitHub
commit fdc6cf3e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |