Skip to content

Commit

Permalink
Use stdlib for setuptools on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 2, 2023
1 parent c9cb9fa commit d9921f6
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 d9921f6

Please sign in to comment.