Skip to content

Commit 6942480

Browse files
committed
FIX: Submodule
1 parent 80e2602 commit 6942480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
pip install --user -q --upgrade pip setuptools
2020
pip install --user -q --upgrade numpy matplotlib sphinx
2121
pip install --user -e .
22+
git submodule init
23+
git submodule update
2224
- save_cache:
2325
key: pip-cache
2426
paths:

0 commit comments

Comments
 (0)