We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c237ce commit f1fecb3Copy full SHA for f1fecb3
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
13
+ with:
14
+ submodules: recursive
15
16
- name: Setup Python environment
17
uses: actions/setup-python@v5
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
48
49
50
51
52
53
0 commit comments