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 afe50df commit 59c25e3Copy full SHA for 59c25e3
.github/workflows/actions.yaml
@@ -32,8 +32,8 @@ jobs:
32
micromamba activate base
33
git clone https://github.com/icenet-ai/icenet.git
34
cd icenet
35
- git submodule sync --recursive
36
- git -c protocol.version=2 submodule update --init --force --depth=1 --recursive
+ git submodule set-url notebooks https://github.com/icenet-ai/icenet-notebooks.git
+ git submodule update --init
37
pip install .
38
cd docs
39
pip install -r requirements.txt
0 commit comments