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 2727 build_sdist : [0]
2828
2929 env :
30+ CI_BUILD : 1
3031 SDIST : ${{ matrix.build_sdist || 0 }}
3132 ENABLE_HEADLESS : ${{ matrix.without_gui }}
3233 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
4950 echo $ENABLE_CONTRIB > contrib.enabled
5051 echo $ENABLE_HEADLESS > headless.enabled
5152 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
5354 delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
5455
5556 - name : before test
You can’t perform that action at this time.
0 commit comments