Skip to content

Commit 949b65e

Browse files
committed
Upgrade pip on Mac M1 before package installation.
1 parent 080da76 commit 949b65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_macos_m1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- name: Package installation
106106
run: |
107107
source ${{ github.workspace }}/opencv_test/bin/activate
108+
python${{ matrix.python-version }} -m pip install --upgrade pip
108109
python${{ matrix.python-version }} -m pip install --no-cache --force-reinstall wheelhouse/opencv*.whl
109110
cd ${{ github.workspace }}/tests
110111
python${{ matrix.python-version }} get_build_info.py

0 commit comments

Comments
 (0)