diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae7c4f11766711bcc848bb3a5ff345c9170a5f9c..8d2a6352971780c397a09d1bc65b18b1fff13b13 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 conan=2.0.7 + - 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