Skip to content

Commit 5b39b19

Browse files
pixi fix
1 parent 9cb71ee commit 5b39b19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ install-all = { depends-on = ["init-submodules", "install-cortical-tiles", "inst
5353
update-pipeline = "git pull"
5454

5555
# Update git submodules to latest commits on their tracked branches
56+
# --init handles the case where submodules were never initialized (first run)
5657
update-submodules = """
57-
git submodule update --remote --merge external/champollion_V1 && \
58-
git submodule update --remote --merge external/cortical_tiles && \
59-
cd external/cortical_tiles && cd ../..
58+
git submodule update --init --remote --merge external/champollion_V1 && \
59+
git submodule update --init --remote --merge external/cortical_tiles
6060
"""
6161

6262
# Update champollion_utils (pull latest from main)

0 commit comments

Comments
 (0)