Commit 8de9c6d6 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

remove unused install of git in CI workflow

since dependencies are vendored as git submodules and not via a
`git clone` anymore
1 merge request!2release v0.1.1.0
Pipeline #48043 passed with stage
in 4 minutes and 43 seconds
Showing with 1 addition and 2 deletions
+1 -2
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment