We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a919f4a commit 81c2c45Copy full SHA for 81c2c45
.github/workflows/build_wheels.yml
@@ -47,6 +47,7 @@ jobs:
47
CIBW_SKIP: "*-musllinux_*"
48
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
49
CIBW_TEST_COMMAND_MACOS: ''
50
+ CIBW_BEFORE_TEST: pip install -U setuptools
51
52
- name: Install MSVC amd64
53
if: runner.os == 'Windows'
0 commit comments