Skip to content

Commit

Permalink
allow python to break system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent d096a65 commit 9896680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ 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~3.9 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
python3 -m pip config set global.break-system-packages true
python3 -m pip install --upgrade six
- name: Install dependencies on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit 9896680

Please sign in to comment.