Skip to content

Commit

Permalink
Upgrade pip on Mac M1 before package installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Dec 30, 2023
1 parent 080da76 commit 949b65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_macos_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Package installation
run: |
source ${{ github.workspace }}/opencv_test/bin/activate
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install --no-cache --force-reinstall wheelhouse/opencv*.whl
cd ${{ github.workspace }}/tests
python${{ matrix.python-version }} get_build_info.py
Expand Down

0 comments on commit 949b65e

Please sign in to comment.