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 <pal.nabarun95@gmail.com>
This commit is contained in:
parent
b6e4ae81a2
commit
3866e9642b
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user