|
24 | 24 | steps: |
25 | 25 | - uses: actions/checkout@v3 |
26 | 26 | with: |
| 27 | + submodules: true |
27 | 28 | fetch-depth: 0 |
28 | 29 |
|
| 30 | + - name: Git Submodule Update |
| 31 | + shell: bash -e -l {0} |
| 32 | + run: | |
| 33 | + git submodule update --init --recursive |
| 34 | +
|
29 | 35 | - name: Cache conda |
30 | 36 | uses: actions/cache@v3 |
31 | 37 | env: |
@@ -122,8 +128,14 @@ jobs: |
122 | 128 | steps: |
123 | 129 | - uses: actions/checkout@v3 |
124 | 130 | with: |
| 131 | + submodules: true |
125 | 132 | fetch-depth: 0 |
126 | 133 |
|
| 134 | + - name: Git Submodule Update |
| 135 | + shell: bash -e -l {0} |
| 136 | + run: | |
| 137 | + git submodule update --init --recursive |
| 138 | +
|
127 | 139 | - uses: mamba-org/setup-micromamba@v1 |
128 | 140 | with: |
129 | 141 | environment-file: ci/environment.yml |
@@ -190,8 +202,14 @@ jobs: |
190 | 202 | steps: |
191 | 203 | - uses: actions/checkout@v3 |
192 | 204 | with: |
| 205 | + submodules: true |
193 | 206 | fetch-depth: 0 |
194 | 207 |
|
| 208 | + - name: Git Submodule Update |
| 209 | + shell: bash -e -l {0} |
| 210 | + run: | |
| 211 | + git submodule update --init --recursive |
| 212 | +
|
195 | 213 | - uses: mamba-org/setup-micromamba@v1 |
196 | 214 | with: |
197 | 215 | environment-file: ci/environment.yml |
@@ -256,8 +274,14 @@ jobs: |
256 | 274 | steps: |
257 | 275 | - uses: actions/checkout@v3 |
258 | 276 | with: |
| 277 | + submodules: true |
259 | 278 | fetch-depth: 0 |
260 | 279 |
|
| 280 | + - name: Git Submodule Update |
| 281 | + shell: bash -e -l {0} |
| 282 | + run: | |
| 283 | + git submodule update --init --recursive |
| 284 | +
|
261 | 285 | - uses: mamba-org/setup-micromamba@v1 |
262 | 286 | with: |
263 | 287 | environment-file: ci/environment.yml |
@@ -303,8 +327,14 @@ jobs: |
303 | 327 | steps: |
304 | 328 | - uses: actions/checkout@v3 |
305 | 329 | with: |
| 330 | + submodules: true |
306 | 331 | fetch-depth: 0 |
307 | 332 |
|
| 333 | + - name: Git Submodule Update |
| 334 | + shell: bash -e -l {0} |
| 335 | + run: | |
| 336 | + git submodule update --init --recursive |
| 337 | +
|
308 | 338 | - uses: mamba-org/setup-micromamba@v1 |
309 | 339 | with: |
310 | 340 | environment-file: ci/environment.yml |
@@ -351,8 +381,14 @@ jobs: |
351 | 381 | steps: |
352 | 382 | - uses: actions/checkout@v3 |
353 | 383 | with: |
| 384 | + submodules: true |
354 | 385 | fetch-depth: 0 |
355 | 386 |
|
| 387 | + - name: Git Submodule Update |
| 388 | + shell: bash -e -l {0} |
| 389 | + run: | |
| 390 | + git submodule update --init --recursive |
| 391 | +
|
356 | 392 | - uses: mamba-org/setup-micromamba@v1 |
357 | 393 | with: |
358 | 394 | environment-file: ci/environment.yml |
@@ -395,8 +431,14 @@ jobs: |
395 | 431 | steps: |
396 | 432 | - uses: actions/checkout@v3 |
397 | 433 | with: |
| 434 | + submodules: true |
398 | 435 | fetch-depth: 0 |
399 | 436 |
|
| 437 | + - name: Git Submodule Update |
| 438 | + shell: bash -e -l {0} |
| 439 | + run: | |
| 440 | + git submodule update --init --recursive |
| 441 | +
|
400 | 442 | - uses: mamba-org/setup-micromamba@v1 |
401 | 443 | with: |
402 | 444 | environment-file: ci/environment.yml |
@@ -444,8 +486,14 @@ jobs: |
444 | 486 | steps: |
445 | 487 | - uses: actions/checkout@v3 |
446 | 488 | with: |
| 489 | + submodules: true |
447 | 490 | fetch-depth: 0 |
448 | 491 |
|
| 492 | + - name: Git Submodule Update |
| 493 | + shell: bash -e -l {0} |
| 494 | + run: | |
| 495 | + git submodule update --init --recursive |
| 496 | +
|
449 | 497 | - uses: mamba-org/setup-micromamba@v1 |
450 | 498 | with: |
451 | 499 | environment-name: lp |
@@ -507,8 +555,14 @@ jobs: |
507 | 555 | steps: |
508 | 556 | - uses: actions/checkout@v4 |
509 | 557 | with: |
| 558 | + submodules: true |
510 | 559 | fetch-depth: 0 |
511 | 560 |
|
| 561 | + - name: Git Submodule Update |
| 562 | + shell: bash -e -l {0} |
| 563 | + run: | |
| 564 | + git submodule update --init --recursive |
| 565 | +
|
512 | 566 | - uses: mamba-org/setup-micromamba@v1.8.0 |
513 | 567 | with: |
514 | 568 | environment-file: ci/environment_linux_llvm.yml |
@@ -552,8 +606,14 @@ jobs: |
552 | 606 | steps: |
553 | 607 | - uses: actions/checkout@v3 |
554 | 608 | with: |
| 609 | + submodules: true |
555 | 610 | fetch-depth: 0 |
556 | 611 |
|
| 612 | + - name: Git Submodule Update |
| 613 | + shell: bash -e -l {0} |
| 614 | + run: | |
| 615 | + git submodule update --init --recursive |
| 616 | +
|
557 | 617 | - uses: mamba-org/setup-micromamba@v1 |
558 | 618 | with: |
559 | 619 | environment-file: ci/environment.yml |
@@ -594,8 +654,14 @@ jobs: |
594 | 654 | steps: |
595 | 655 | - uses: actions/checkout@v4 |
596 | 656 | with: |
| 657 | + submodules: true |
597 | 658 | fetch-depth: 0 |
598 | 659 |
|
| 660 | + - name: Git Submodule Update |
| 661 | + shell: bash -e -l {0} |
| 662 | + run: | |
| 663 | + git submodule update --init --recursive |
| 664 | +
|
599 | 665 | - uses: mamba-org/setup-micromamba@v1 |
600 | 666 | with: |
601 | 667 | environment-file: ci/environment.yml |
|
0 commit comments