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 c2a06e3 commit afe50dfCopy full SHA for afe50df
.github/workflows/actions.yaml
@@ -33,6 +33,7 @@ jobs:
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
37
pip install .
38
cd docs
39
pip install -r requirements.txt
0 commit comments