From 4d037e1c0de87c761a9b7f254196bf0df10913ce Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 19 Nov 2020 16:51:21 +0100
Subject: [PATCH] Update conda_build_config.yaml - downgrade bob-devel

---
 bob/devtools/data/conda_build_config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index e4bff6fc..98c5acc9 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -77,12 +77,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.11.19
+  - 2020.11.18
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2020.11.19
+  - 2020.11.18
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
-- 
GitLab