Skip to content

Commit 3866e96

Browse files
committed
Fix the issue with Github Actions
The submodule needs to be synced when checking out the repository. Ref: https://github.com/actions/checkout Signed-off-by: Nabarun Pal <[email protected]>
1 parent b6e4ae8 commit 3866e96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
submodules: true
1517
- name: Set up Python ${{ matrix.python-version }}
1618
uses: actions/setup-python@v1
1719
with:

0 commit comments

Comments
 (0)