diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00f99b080c143cc74960b5dac6043e54e38e9b5e..15985b8eb2a82b655f3b0dbd5d41d3c92463f090 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