Skip to content

Commit

Permalink
chore(CI): arm worflow fix pip not found
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP committed Aug 7, 2023
1 parent b93c7e9 commit 443e823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--volume "${PWD}/opencv-tiny:/opencv-tiny"
install: |
apt-get update -y
apt-get install -y python3 python3-setuptools python3-wheel ninja-build g++ pkg-config curl cmake libgtk-3-dev
apt-get install -y python3 python3-pip python3-setuptools python3-wheel ninja-build g++ pkg-config curl cmake libgtk-3-dev
python3 -m pip install --upgrade pip
python3 -m pip install meson
Expand Down

0 comments on commit 443e823

Please sign in to comment.