Skip to content

Commit c2a06e3

Browse files
committed
Update GH Action, submodule approach
1 parent d9351b9 commit c2a06e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
micromamba install -y -c conda-forge netcdf4=1.6.0
3131
eval "$(micromamba shell hook --shell bash)"
3232
micromamba activate base
33-
git clone --recurse-submodules https://github.com/icenet-ai/icenet.git
33+
git clone https://github.com/icenet-ai/icenet.git
3434
cd icenet
35+
git submodule sync --recursive
3536
pip install .
3637
cd docs
3738
pip install -r requirements.txt

0 commit comments

Comments
 (0)