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