Skip to content

Commit

Permalink
Update GH Action, submodule approach
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Feb 19, 2025
1 parent d9351b9 commit c2a06e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
micromamba install -y -c conda-forge netcdf4=1.6.0
eval "$(micromamba shell hook --shell bash)"
micromamba activate base
git clone --recurse-submodules https://github.com/icenet-ai/icenet.git
git clone https://github.com/icenet-ai/icenet.git
cd icenet
git submodule sync --recursive
pip install .
cd docs
pip install -r requirements.txt
Expand Down

0 comments on commit c2a06e3

Please sign in to comment.