Skip to content

Commit 19ade46

Browse files
committed
Checkout git submodules during build workflow
1 parent 2368f23 commit 19ade46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
runs-on: ubuntu-latest
55
steps:
66
- uses: actions/checkout@v2
7+
with:
8+
submodules: true
79
- uses: actions/setup-python@v2
810
- run: pip install tox
911
- run: tox

0 commit comments

Comments
 (0)