Skip to content

Commit 88aa251

Browse files
Marc SerratMarc Serrat
authored andcommitted
Bump reports
2 parents fad6c83 + 8dc158d commit 88aa251

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
21+
submodules: true
2122
- name: Set up Python ${{ matrix.python-version }}
2223
uses: actions/setup-python@v2
2324
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16+
submodules: true
1617
- name: Set up Python 3.8
1718
uses: actions/setup-python@v2
1819
with:

0 commit comments

Comments
 (0)