Skip to content

Commit

Permalink
install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent 9896680 commit 6cf356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies on Alpine
if: startsWith(matrix.target.id, 'linux-musl')
run: |
apk add ninja bash git cmake clang18-dev llvm18-dev wget python3 alpine-sdk curl git tar xz py3-virtualenv py3-google-auth-httplib2 py3-httplib2 py3-distutils-extra py3-setuptools py3-six
apk add ninja bash git cmake clang18-dev llvm18-dev wget python3 alpine-sdk curl git tar xz py3-virtualenv py3-google-auth-httplib2 py3-httplib2 py3-distutils-extra py3-setuptools py3-six py3-pip
python3 -m pip config set global.break-system-packages true
python3 -m pip install --upgrade six
Expand Down

0 comments on commit 6cf356d

Please sign in to comment.