From 8de9c6d6f20c398dda819fc74df27805007739aa Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Fri, 16 Jun 2023 14:49:29 +0200
Subject: [PATCH] remove unused install of git in CI workflow

since dependencies are vendored as git submodules and not via a
`git clone` anymore
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00f99b0..15985b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,8 +13,7 @@ build-and-test:
     - export EVALHYD_PYTHON_VENDOR_XTL=FALSE
     - export EVALHYD_PYTHON_VENDOR_XTENSOR=FALSE
     - export EVALHYD_PYTHON_VENDOR_XTENSOR_PYTHON=FALSE
-    # vendor evalhyd (while waiting for evalhyd to be uploaded to conda-forge)
-    - micromamba install --yes -c conda-forge git
+    # vendor evalhyd-cpp
     - export EVALHYD_PYTHON_VENDOR_EVALHYD_CPP=TRUE
     # print Python version
     - python --version
-- 
GitLab