1 parent a65ccea commit c980cc9Copy full SHA for c980cc9
1 file changed
.github/workflows/ci-pixi-source-test.yml
@@ -77,6 +77,7 @@ jobs:
77
# package version; a shallow checkout yields 0.1.dev1, which trips
78
# cuda.core's "cuda.bindings 12.x or 13.x must be installed" guard.
79
fetch-depth: 0
80
+ filter: blob:none
81
82
- name: Setup pixi
83
# Pinned to a commit SHA; install logic lives in the action and is
@@ -212,6 +213,7 @@ jobs:
212
213
214
215
216
217
218
- name: Setup proxy cache
219
uses: nv-gha-runners/setup-proxy-cache@main
0 commit comments