Commit 49076a68 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

update CI to take into account b11c4610

1 merge request!3release v0.1.0
Pipeline #44231 failed with stage
in 6 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -7,7 +7,7 @@ build-and-test: ...@@ -7,7 +7,7 @@ build-and-test:
stage: build_and_test stage: build_and_test
script: script:
# install dependencies # install dependencies
- micromamba install --yes --file environment-dev.yml - micromamba install --yes --file environment.yml
# configure evalhyd # configure evalhyd
- cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX" - cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_PREFIX_PATH="$CONDA_PREFIX"
# compile evalhyd # compile evalhyd
......
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