From 818d4eec3e19266352c9b213b63171c60a577df2 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Fri, 16 Jun 2023 18:36:43 +0200
Subject: [PATCH] update evalhyd-cpp version used for CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65771af..004f46d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ build-and-test:
     - micromamba install --yes --file environment.yml
     # vendor evalhyd (while waiting for evalhyd to be uploaded to conda-forge)
     - micromamba install --yes -c conda-forge git
-    - git clone https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-cpp deps/evalhyd-cpp --branch v0.1.0
+    - git clone https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-cpp deps/evalhyd-cpp --branch v0.1.1
     # configure evalhyd
     - cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX" -D EVALHYD_SRC="${PWD}/deps/evalhyd-cpp"
     # compile evalhyd
-- 
GitLab