From eba744f95e41bb2ee3c5d1095ee000485c09029d Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Thu, 16 Mar 2023 22:13:21 +0100 Subject: [PATCH] Update for conan 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a97f5e4..99b841c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ workflow: stage: build script: - conan profile detect --force - - conan create . python/${PYTHON_VERSION}@soleil/stable --build-require -s compiler.libcxx=libstdc++11 -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True + - conan create . --name python --version ${PYTHON_VERSION} --user soleil --channel stable --build-require -s compiler.libcxx=libstdc++11 -c tools.system.package_manager:mode=install -c tools.system.package_manager:tool=yum -c tools.system.package_manager:sudo=True - conan install python/${PYTHON_VERSION}@soleil/stable --install-folder ${PYTHON_ROOT} # Upgrade pip - unset PYTHONPATH -- GitLab