Skip to content

Commit b596db6

Browse files
committed
Add submdules to CI.
1 parent 9e14fca commit b596db6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout Code
1717
uses: actions/checkout@v2
18+
- name: Get submodules
19+
run: |
20+
git submodule init
21+
git submodule update --remote
1822
- name: Set up Python ${{ matrix.python-version }}
1923
uses: actions/setup-python@v2
2024
with:

0 commit comments

Comments
 (0)