diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff206aeb5a95500fa8784dbc4f8c3928c3f037e..ae7c4f11766711bcc848bb3a5ff345c9170a5f9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ workflow: - export PATH=$(readlink -e .)/python-${PYTHON_VERSION}-${PLATFORM}/bin:${PATH} - python --version | grep ${PYTHON_VERSION} - python -m pip install --upgrade pip - - python -m pip install --upgrade conan + - python -m pip install conan=2.0.7 # Install prerequisite for git-gui and gitk - sudo yum -y install tcl-devel tk-devel # Build git with conan