Skip to content

Commit c980cc9

Browse files
committed
ci: use blobless source-smoke checkout
1 parent a65ccea commit c980cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/ci-pixi-source-test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
# package version; a shallow checkout yields 0.1.dev1, which trips
7878
# cuda.core's "cuda.bindings 12.x or 13.x must be installed" guard.
7979
fetch-depth: 0
80+
filter: blob:none
8081

8182
- name: Setup pixi
8283
# Pinned to a commit SHA; install logic lives in the action and is
@@ -212,6 +213,7 @@ jobs:
212213
# package version; a shallow checkout yields 0.1.dev1, which trips
213214
# cuda.core's "cuda.bindings 12.x or 13.x must be installed" guard.
214215
fetch-depth: 0
216+
filter: blob:none
215217

216218
- name: Setup proxy cache
217219
uses: nv-gha-runners/setup-proxy-cache@main

0 commit comments

Comments
 (0)