Skip to content

Commit b98c32e

Browse files
committed
ci: add lfs: true to checkout steps so test samples are available
1 parent e11bf2e commit b98c32e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26+
with:
27+
lfs: true
2628

2729
- name: Set up Python ${{ matrix.python-version }}
2830
uses: actions/setup-python@v5
@@ -62,6 +64,8 @@ jobs:
6264

6365
steps:
6466
- uses: actions/checkout@v4
67+
with:
68+
lfs: true
6569

6670
- name: Set up Python 3.12
6771
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)