Skip to content

Commit 8dda8b9

Browse files
committed
Install submodules
1 parent a214e43 commit 8dda8b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
python-version: ["3.10"]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
16+
with:
17+
submodules: 'recursive'
1618

1719
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
1921
with:
2022
python-version: ${{ matrix.python-version }}
2123

0 commit comments

Comments
 (0)