Skip to content

Commit 34cfa5a

Browse files
committed
Fix kw module build in github actions
1 parent 1e46e3f commit 34cfa5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci_env.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Compiling kinematic wave module
3636
shell: bash -el {0}
3737
run: |
38+
conda install gxx_linux-64
39+
conda install cmake
3840
cd src/lisflood/hydrological_modules/
3941
python compile_kinematic_wave_parallel_tools.py build_ext --inplace
4042
- name: Install lisflood-module

0 commit comments

Comments
 (0)