Skip to content

Commit

Permalink
install correct pip
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Jan 8, 2025
1 parent 84d3bae commit 9da10e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
add-apt-repository ppa:ubuntu-toolchain-r/test ;
apt-get install -y wget
apt-get install -y libstdc++6 libcurl4-openssl-dev'
apt-get install -y python-pip
apt-get install -y python3-pip
pip install cmake

- name: Download package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
apt-get -y install sudo
apt-get -y install wget
apt-get -y install tree
apt-get -y install python-pip
apt-get -y install python3-pip
pip install cmake
apt-get -y install libcurl4-openssl-dev
apt-get -y install software-properties-common
Expand Down

0 comments on commit 9da10e2

Please sign in to comment.