Skip to content

Commit b17e4f8

Browse files
committed
fix pip conflict
1 parent a0f4a2f commit b17e4f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
- name: Install prerequisites
116116
shell: bash
117117
run: |
118+
# System pip conflicts with pip install invoked by prereqs script
119+
sudo apt-get remove pip
118120
build_scripts/android/install_prereqs.sh
119121
echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV
120122
echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV

0 commit comments

Comments
 (0)