From 0c9bde07fe0b24df3253522e0c2a756fdf1ebc43 Mon Sep 17 00:00:00 2001
From: nikos <n.pappas@uu.nl>
Date: Fri, 18 Sep 2020 09:59:31 +0200
Subject: [PATCH] update environment for modern git version

---
 environment.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/environment.yml b/environment.yml
index 83587c7..6bfc301 100644
--- a/environment.yml
+++ b/environment.yml
@@ -4,4 +4,7 @@ channels:
 dependencies:
   - snakemake==5.23.0
   - mamba==0.5.1
+  # Required on my machine 
+  # to produce the zenodo workflow archive
+  - git==2.28
 
-- 
GitLab