Skip to content

Commit eaa9749

Browse files
committed
wip
1 parent ee87c9f commit eaa9749

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/reusable_build_wheels.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
matrix:
5656
conf: [
5757
{os: ubuntu-24.04, arch: x86_64},
58-
{os: macos-13, arch: x86_64},
59-
{os: macos-14, arch: arm64},
60-
{os: macos-15, arch: arm64},
61-
{os: windows-2025, arch: AMD64},
58+
# {os: macos-13, arch: x86_64},
59+
# {os: macos-14, arch: arm64},
60+
# {os: macos-15, arch: arm64},
61+
# {os: windows-2025, arch: AMD64},
6262
]
6363
steps:
6464
- name: Check out a copy of the git repository
@@ -112,9 +112,9 @@ jobs:
112112
# Color codes make the raw logs hard to read. (CMake uses CLICOLOR.)
113113
CLICOLOR: ${{inputs.debug && 0 || ''}}
114114
CMAKE_BUILD_PARALLEL_LEVEL: ${{env.num_threads}}
115-
CIBW_BEFORE_BUILD_LINUX: cat /constraints.txt
116115
run: |
117-
cibuildwheel --output-dir wheelhouse
116+
echo 'pillow<11.3' >> pip-constraints.txt
117+
PIP_CONSTRAINT=pip-constraints.txt cibuildwheel --output-dir wheelhouse
118118
119119
- if: inputs.upload != false
120120
name: Upload wheels to GitHub

0 commit comments

Comments
 (0)