Skip to content

Commit 95b6f76

Browse files
committed
CI: Update submodules
1 parent 16d48fe commit 95b6f76

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/workflows/CI.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
submodules: true
2828
fetch-depth: 0
2929

30+
- name: Git Submodule Update
31+
shell: bash -e -l {0}
32+
run: git submodule update --init --recursive
33+
3034
- name: Cache conda
3135
uses: actions/cache@v3
3236
env:
@@ -126,6 +130,10 @@ jobs:
126130
submodules: true
127131
fetch-depth: 0
128132

133+
- name: Git Submodule Update
134+
shell: bash -e -l {0}
135+
run: git submodule update --init --recursive
136+
129137
- uses: mamba-org/setup-micromamba@v1
130138
with:
131139
environment-file: ci/environment.yml
@@ -195,6 +203,10 @@ jobs:
195203
submodules: true
196204
fetch-depth: 0
197205

206+
- name: Git Submodule Update
207+
shell: bash -e -l {0}
208+
run: git submodule update --init --recursive
209+
198210
- uses: mamba-org/setup-micromamba@v1
199211
with:
200212
environment-file: ci/environment.yml
@@ -262,6 +274,10 @@ jobs:
262274
submodules: true
263275
fetch-depth: 0
264276

277+
- name: Git Submodule Update
278+
shell: bash -e -l {0}
279+
run: git submodule update --init --recursive
280+
265281
- uses: mamba-org/setup-micromamba@v1
266282
with:
267283
environment-file: ci/environment.yml
@@ -310,6 +326,10 @@ jobs:
310326
submodules: true
311327
fetch-depth: 0
312328

329+
- name: Git Submodule Update
330+
shell: bash -e -l {0}
331+
run: git submodule update --init --recursive
332+
313333
- uses: mamba-org/setup-micromamba@v1
314334
with:
315335
environment-file: ci/environment.yml
@@ -359,6 +379,10 @@ jobs:
359379
submodules: true
360380
fetch-depth: 0
361381

382+
- name: Git Submodule Update
383+
shell: bash -e -l {0}
384+
run: git submodule update --init --recursive
385+
362386
- uses: mamba-org/setup-micromamba@v1
363387
with:
364388
environment-file: ci/environment.yml
@@ -404,6 +428,10 @@ jobs:
404428
submodules: true
405429
fetch-depth: 0
406430

431+
- name: Git Submodule Update
432+
shell: bash -e -l {0}
433+
run: git submodule update --init --recursive
434+
407435
- uses: mamba-org/setup-micromamba@v1
408436
with:
409437
environment-file: ci/environment.yml
@@ -454,6 +482,10 @@ jobs:
454482
submodules: true
455483
fetch-depth: 0
456484

485+
- name: Git Submodule Update
486+
shell: bash -e -l {0}
487+
run: git submodule update --init --recursive
488+
457489
- uses: mamba-org/setup-micromamba@v1
458490
with:
459491
environment-name: lp
@@ -563,6 +595,10 @@ jobs:
563595
submodules: true
564596
fetch-depth: 0
565597

598+
- name: Git Submodule Update
599+
shell: bash -e -l {0}
600+
run: git submodule update --init --recursive
601+
566602
- uses: mamba-org/setup-micromamba@v1
567603
with:
568604
environment-file: ci/environment.yml

0 commit comments

Comments
 (0)