diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05c9bebc3..878de20c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: env: CIBW_BUILD: ${{ matrix.cibuild }} CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }} + CIBW_DEPENDENCY_VERSIONS_MACOS: cibw_constraints.txt - name: Download Cache from Docker (linux only) if: ${{ runner.os == 'Linux' }} diff --git a/cibw_constraints.txt b/cibw_constraints.txt new file mode 100644 index 000000000..51891d642 --- /dev/null +++ b/cibw_constraints.txt @@ -0,0 +1 @@ +delocate<=0.10.7