Skip to content

Commit 3540434

Browse files
committed
include tags in checkout for gpu test, to avoid numcodecs.zarr3 requesting a zarr version greater than 3
1 parent 08fc138 commit 3540434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gpu_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v4
33+
with:
34+
fetch-depth: 0 # grab all branches and tags
3335
# - name: cuda-toolkit
3436
# uses: Jimver/cuda-toolkit@v0.2.16
3537
# id: cuda-toolkit

0 commit comments

Comments
 (0)