We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9351b9 commit c2a06e3Copy full SHA for c2a06e3
.github/workflows/actions.yaml
@@ -30,8 +30,9 @@ jobs:
30
micromamba install -y -c conda-forge netcdf4=1.6.0
31
eval "$(micromamba shell hook --shell bash)"
32
micromamba activate base
33
- git clone --recurse-submodules https://github.com/icenet-ai/icenet.git
+ git clone https://github.com/icenet-ai/icenet.git
34
cd icenet
35
+ git submodule sync --recursive
36
pip install .
37
cd docs
38
pip install -r requirements.txt
0 commit comments