Skip to content

Commit

Permalink
Merge pull request #7131 from radarhere/mingw
Browse files Browse the repository at this point in the history
Use stdlib for setuptools on MinGW
  • Loading branch information
hugovk committed May 3, 2023
2 parents c9cb9fa + d9921f6 commit fdc6cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fdc6cf3

Please sign in to comment.