We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080da76 commit 949b65eCopy full SHA for 949b65e
.github/workflows/build_wheels_macos_m1.yml
@@ -105,6 +105,7 @@ jobs:
105
- name: Package installation
106
run: |
107
source ${{ github.workspace }}/opencv_test/bin/activate
108
+ python${{ matrix.python-version }} -m pip install --upgrade pip
109
python${{ matrix.python-version }} -m pip install --no-cache --force-reinstall wheelhouse/opencv*.whl
110
cd ${{ github.workspace }}/tests
111
python${{ matrix.python-version }} get_build_info.py
0 commit comments