From d7bc31ca58ce349e5c7fe1dc4fb7d93977a371e0 Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Sat, 18 Mar 2023 08:31:50 +0100
Subject: [PATCH] Update to Conan 1.59.0 with Pyinstaller

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e3717f..8553e0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  CONAN_VERSION: "2.0.2"
+  CONAN_VERSION: "1.59.0"
   PYTHON_VERSION: "3.6.13"
 
 workflow:
-- 
GitLab