We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a6fb2 commit 3f01089Copy full SHA for 3f01089
.github/workflows/build_wheels_macos_m1.yml
@@ -27,6 +27,7 @@ jobs:
27
build_sdist: [0]
28
29
env:
30
+ CI_BUILD: 1
31
SDIST: ${{ matrix.build_sdist || 0 }}
32
ENABLE_HEADLESS: ${{ matrix.without_gui }}
33
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
@@ -49,7 +50,7 @@ jobs:
49
50
echo $ENABLE_CONTRIB > contrib.enabled
51
echo $ENABLE_HEADLESS > headless.enabled
52
export MACOSX_DEPLOYMENT_TARGET=11.0
- arch -arm64 -e SDIST=${{ matrix.build_sdist }} -e ENABLE_HEADLESS=${{ matrix.without_gui }} -e ENABLE_CONTRIB=${{ matrix.with_contrib }} python${{ matrix.python-version }} -m pip wheel --wheel-dir=wheelhouse . --verbose
53
+ arch -arm64 python${{ matrix.python-version }} -m pip wheel --wheel-dir=wheelhouse . --verbose
54
delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
55
56
- name: before test
0 commit comments