We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fdf39 commit 917cba4Copy full SHA for 917cba4
.github/workflows/continuous-integration.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Check out repository
12
uses: actions/checkout@v4
13
+ with:
14
+ submodules: 'recursive'
15
16
- name: Install poetry
17
run: pipx install poetry
0 commit comments