File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,8 @@ apt-get remove "${APT_ARGS[@]}" libclang-common-9-dev
91
91
apt-get update " ${APT_ARGS[@]} " && \
92
92
apt-get install " ${APT_ARGS[@]} " \
93
93
" python$CLIF_PYTHON_VERSION -dev" \
94
- " python$CLIF_PYTHON_VERSION -distutils"
95
-
96
- # Install latest version of pip since the version on ubuntu could be outdated
97
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
98
- " python$CLIF_PYTHON_VERSION " get-pip.py && \
99
- rm get-pip.py
94
+ " python$CLIF_PYTHON_VERSION -distutils" \
95
+ " python3-pip"
100
96
101
97
# Compile and install absl-cpp from source
102
98
wget " https://github.com/abseil/abseil-cpp/archive/$ABSL_VERSION .tar.gz" && \
@@ -125,7 +121,7 @@ cd /usr/src/googletest && \
125
121
make install
126
122
127
123
# Install python runtime and test dependencies
128
- " python $CLIF_PYTHON_VERSION " -m pip install \
124
+ pip3 install \
129
125
absl-py \
130
126
parameterized \
131
127
protobuf==" $PROTOBUF_VERSION " \
You can’t perform that action at this time.
0 commit comments