Skip to content

Commit 0af2d62

Browse files
committed
chore(ci): Fetch submodules for testing
1 parent 4543e19 commit 0af2d62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
39+
submodules: true
3940
- uses: hynek/build-and-inspect-python-package@v2
4041
with:
4142
# Use attestation only if the action is triggered inside the repo
@@ -65,6 +66,9 @@ jobs:
6566

6667
steps:
6768
- uses: actions/checkout@v4
69+
with:
70+
submodules: true
71+
6872
- name: Set git name/email
6973
run: |
7074
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)