Skip to content

Commit 6d108c3

Browse files
committed
fix: add explicit git lfs pull to ci workflow
The LFS files were not being properly checked out despite lfs: true in checkout. Added explicit 'git lfs pull' step after checkout to ensure sample files are downloaded.
1 parent 0b6c214 commit 6d108c3

24 files changed

Lines changed: 40 additions & 37 deletions

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
fetch-depth: 0 # Full history for semantic release
8080
lfs: true
8181

82+
- name: Pull LFS files
83+
run: git lfs pull
84+
8285
- name: Set up Python ${{ matrix.python-version }}
8386
uses: actions/setup-python@v4
8487
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c7bb6e6ae6a834644bdba6097f6dde3cc9b6b7b35210eed1845ce46dd4068257
2+
oid sha256:0f8e04dd2ba3c3f269ddb0b23770bd8daa39ba41c5acd9f633689697e056fd85
33
size 1144
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:71b9b8fabb998a0caae38d368d0304e889c797695748d2505a365eee4b221f41
2+
oid sha256:b34c9ba0aafe5d3a18d1f36f368773521639710673824aee45637605c3c088ee
33
size 1148
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:901b187a056008eaae20a05024da1a96a0c52c6541ff1aba8e63d7219c189a62
3-
size 1143
2+
oid sha256:6165041f8cddc9a1d73989ca9081826e599a971eb8518811bd210e9888216f78
3+
size 1144
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:162657d613d2e726cb97aa85fa142b3c7a138080f70c48b9bd8adb103a7bf5f4
3-
size 1148
2+
oid sha256:4d564631b70bbcbd0fb7ead55c01711516dfdcd51f8d7b17377c6ca6a53a8b1a
3+
size 1145
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ff842ec6a46ac523a0efa55b55400948769b2b99d2868e8f282d96a8198cb5d1
3-
size 1142
2+
oid sha256:f43b2d530d156993212af81383a5f71ff9054906ff192e17ff93698bbf1f148d
3+
size 1141
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ef3dd52a707cc7e273bbdc5204b77e6a0e4b73c60b97b6ce09ff40c02f5fb851
2+
oid sha256:942c53c6a1da1394676748185e7d3f8518c676532bf63c772676fd0a58a4e2ff
33
size 1158
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f6f04073851c890d71a2699bf7370c6db4562871ea832a8f451efeafe2d6b4f7
2+
oid sha256:db3618e2d129837f60bd8160c330de142ffccc7eabeea70064355de57c359a49
33
size 1156
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:95696db804ef3882b2af6b4809869d8e09bc5504a1b0ba839835663dab81a968
2+
oid sha256:92ad7cfb271fb0a9177791f630c189b42e8b8234dd935da871d4c266f7aab415
33
size 1156
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d8ddf5ec1c209a868984aa47cfe57a409ddcd89a963521b79150fe2e1753fc7f
3-
size 1146
2+
oid sha256:5cab6e6f9bb38f89e2dfb4b4562bac8b27c1d1437a3af5749dc527cde7842b24
3+
size 1147

0 commit comments

Comments
 (0)