Skip to content

Commit 1610652

Browse files
committed
chore: change the checkout target for the test
1 parent ae7b463 commit 1610652

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4
39+
with:
40+
submodules: true
3941
- name: Show current commit
4042
run: git log -1 --oneline
4143
- name: Set up Python

0 commit comments

Comments
 (0)