Skip to content

Commit ffdacff

Browse files
committed
Checkout submodules
1 parent 5786401 commit ffdacff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
runs-on: ${{ matrix.platform }}
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- name: Checkout
24+
uses: actions/checkout@v2
25+
with:
26+
submodules: true
27+
2428
- name: Set up Python ${{ matrix.python-version }}
2529
uses: actions/setup-python@v2
2630
with:

0 commit comments

Comments
 (0)