Skip to content

Commit a5f2e27

Browse files
committed
CI: Checkout submodules
1 parent 14efc23 commit a5f2e27

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build_latest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818

1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: true
2022

2123
- name: Set up Python ${{ matrix.python-version }}
2224
uses: actions/setup-python@v4

.github/workflows/build_master.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515

1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: true
1719

1820
- name: Set up Python ${{ matrix.python-version }}
1921
uses: actions/setup-python@v4

.github/workflows/build_old.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818

1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: true
2022

2123
- name: Set up Python ${{ matrix.python-version }}
2224
uses: actions/setup-python@v4

.github/workflows/miniconda.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25+
with:
26+
submodules: true
2527

2628
- name: Setup Micromamba
2729
uses: mamba-org/setup-micromamba@v1

0 commit comments

Comments
 (0)