Skip to content

Commit b1a0852

Browse files
author
anurag
committed
add lfs
Signed-off-by: anurag <anurag@amd.com>
1 parent 5f40b13 commit b1a0852

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
clean: true
32+
lfs: true
33+
34+
- name: Pull LFS files
35+
run: git lfs pull
3236

3337
- name: Add uv to PATH
3438
run: echo "$(python -m site --user-base)/bin" >> $GITHUB_PATH
@@ -54,6 +58,8 @@ jobs:
5458
- name: Update submodules
5559
run: |
5660
git submodule update --init --recursive
61+
# Pull LFS files inside any submodules that use LFS
62+
git submodule foreach --recursive 'git lfs pull || true'
5763
5864
- name: Build wheel with UV
5965
run: |

0 commit comments

Comments
 (0)