File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 27
27
build_sdist : [0]
28
28
29
29
env :
30
+ CI_BUILD : 1
30
31
SDIST : ${{ matrix.build_sdist || 0 }}
31
32
ENABLE_HEADLESS : ${{ matrix.without_gui }}
32
33
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
49
50
echo $ENABLE_CONTRIB > contrib.enabled
50
51
echo $ENABLE_HEADLESS > headless.enabled
51
52
export MACOSX_DEPLOYMENT_TARGET=11.0
52
- 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
53
54
delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
54
55
55
56
- name : before test
You can’t perform that action at this time.
0 commit comments