Commit c98bcd5a authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix env variable name for evalhyd-cpp

this had no effect anyway because by default it is assumed to be TRUE
No related merge requests found
Pipeline #46809 passed with stage
in 5 minutes and 11 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -15,7 +15,7 @@ build-and-test:
- 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
- export EVALHYD_PYTHON_VENDOR_EVALHYD=TRUE
- export EVALHYD_PYTHON_VENDOR_EVALHYD_CPP=TRUE
# print Python version
- python --version
# compile and install package
......
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