Skip to content

Commit f1e4f09

Browse files
committed
Updating workflow
1 parent c706634 commit f1e4f09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-wheels-cuda.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353

5454
- uses: actions/checkout@v4
5555
with:
56-
submodules: "recursive"
56+
submodules: recursive
57+
fetch-depth: 0
58+
clean: true
5759

5860
- uses: actions/setup-python@v5
5961
with:

0 commit comments

Comments
 (0)