Skip to content

Commit 3cd532f

Browse files
committed
fix ci
1 parent 646a943 commit 3cd532f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
python: ["3.10", "3.11", "3.12"]
1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: true
2022
- uses: actions/setup-python@v5
2123
with:
2224
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)