We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f8756 commit 900da39Copy full SHA for 900da39
1 file changed
.github/workflows/deploy.yml
@@ -24,6 +24,8 @@ jobs:
24
id-token: write
25
steps:
26
- uses: actions/checkout@v4
27
+ with:
28
+ submodules: 'recursive'
29
30
# Install dependencies
31
- name: Set up Python 3.11
0 commit comments