File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4444 manylinux : auto
4545 steps :
4646 - uses : actions/checkout@v4
47+ with :
48+ submodules : " recursive"
4749
4850 - name : Install uv
4951 uses : astral-sh/setup-uv@v5
8284 target : armv7
8385 steps :
8486 - uses : actions/checkout@v4
87+ with :
88+ submodules : " recursive"
8589
8690 - name : Install uv
8791 uses : astral-sh/setup-uv@v5
@@ -114,6 +118,8 @@ jobs:
114118 target : x64
115119 steps :
116120 - uses : actions/checkout@v4
121+ with :
122+ submodules : " recursive"
117123 # There seem to be linking errors on Windows with the uv-provided Python
118124 # executables, so we use the Python versions provided by github actions
119125 # for now.
@@ -145,6 +151,8 @@ jobs:
145151 target : aarch64
146152 steps :
147153 - uses : actions/checkout@v4
154+ with :
155+ submodules : " recursive"
148156
149157 - name : Install uv
150158 uses : astral-sh/setup-uv@v5
You can’t perform that action at this time.
0 commit comments