Skip to content

Commit c4565bd

Browse files
committed
Fix test workflow. Checkout with submodules.
1 parent ed68faa commit c4565bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1313
steps:
1414
- uses: actions/checkout@v3
15+
with:
16+
submodules: true
1517
- name: Set up Python ${{ matrix.python-version }}
1618
uses: actions/setup-python@v4
1719
with:

0 commit comments

Comments
 (0)