Skip to content

Commit

Permalink
more six issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent 6cf356d commit 85c2f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ 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 py3-pip
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-pip
python3 -m pip config set global.break-system-packages true
python3 -m pip install --upgrade six
python3 -m pip uninstall six
python3 -m pip install --upgrade --user six
- name: Install dependencies on macOS
if: startsWith(matrix.target.id, 'darwin-')
Expand Down

0 comments on commit 85c2f0c

Please sign in to comment.