Skip to content

Commit 59c25e3

Browse files
committed
Update GH Action, icenet-notebook submodule from SSH to HTTPS
1 parent afe50df commit 59c25e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
micromamba activate base
3333
git clone https://github.com/icenet-ai/icenet.git
3434
cd icenet
35-
git submodule sync --recursive
36-
git -c protocol.version=2 submodule update --init --force --depth=1 --recursive
35+
git submodule set-url notebooks https://github.com/icenet-ai/icenet-notebooks.git
36+
git submodule update --init
3737
pip install .
3838
cd docs
3939
pip install -r requirements.txt

0 commit comments

Comments
 (0)