Skip to content

Commit cac2425

Browse files
author
Nicolas Béreux
committed
init submodules
1 parent 42795cd commit cac2425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.12
16+
- name: init submodule
17+
run:
18+
git submodule update --init --recursive
1619
- name: Install dependencies
1720
run: |
1821
pip install sphinx sphinx_rtd_theme myst_parser sphinxcontrib-bibtex sphinx-gallery matplotlib

0 commit comments

Comments
 (0)