Skip to content

Commit

Permalink
Merge pull request #205 from giotto-ai/CI/manylinux2010_py38_patch
Browse files Browse the repository at this point in the history
Fix dev installation problem on manylinux2010 and python 3.8, due to pip upgrade (#208)
  • Loading branch information
ulupo authored Jan 22, 2020
2 parents 0b6ac12 + 9cefa5e commit 04bc3ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-ci/docker_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ set -x
# upgrading pip and setuptools
PYTHON_PATH=$(eval find "/opt/python/*${python_ver}*" -print)
export PATH=${PYTHON_PATH}/bin:${PATH}
pip install --upgrade pip setuptools
pip install --upgrade pip==19.3.1 setuptools

# installing cmake
pip install cmake

# install dependencies for python-igraph
yum install -y libxml2 libxml2-devel zlib1g-devel bison flex
pip install python-igraph

# installing boost
yum install -y wget tar
Expand Down

0 comments on commit 04bc3ab

Please sign in to comment.