From cd9ac6ea1a0f5e7f773914b8b7525b5a7d204c78 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Fri, 7 Oct 2022 13:00:54 +0200 Subject: [PATCH] Update to conan 1.53.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ba58cd..9a09b7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - CONAN_VERSION: "1.52.3" + CONAN_VERSION: "1.53.0" PYTHON_VERSION: "3.6.13" stages: -- GitLab