Use stdlib for setuptools on Cygwin

This commit is contained in:
Andrew Murray 2022-11-25 22:05:57 +11:00
parent f27631601b
commit 2c513c6448

View File

@ -76,7 +76,7 @@ jobs:
- name: Build - name: Build
shell: bash.exe -eo pipefail -o igncr "{0}" shell: bash.exe -eo pipefail -o igncr "{0}"
run: | run: |
.ci/build.sh SETUPTOOLS_USE_DISTUTILS=stdlib .ci/build.sh
- name: Test - name: Test
run: | run: |