We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f29f4 commit a3459adCopy full SHA for a3459ad
1 file changed
.github/workflows/python-publish.yml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ submodules: 'true'
26
27
- uses: actions/setup-python@v5
28
with:
0 commit comments