Skip to content

Commit 3452ac7

Browse files
committed
Fixup workflows
1 parent 0f83da1 commit 3452ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflow/test.yml renamed to .github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: "Check out repository"
2121
uses: "actions/checkout@v2"
22+
with:
23+
submodules: 'true'
2224
- name: "Set up Python ${{ matrix.python-version }}"
2325
uses: "actions/setup-python@v2"
2426
with:

0 commit comments

Comments
 (0)