Skip to content

Commit

Permalink
Fetch LFS objects in GitHub CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrichardwebster committed Nov 20, 2024
1 parent 6c6324c commit 760cfc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
# Cache local python environment artifacts for the current python version
# and poetry lockfile hash.
- uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.github-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
# Cache local python environment artifacts for the current python version
# and poetry lockfile hash.
- uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.github-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
# Cache local python environment artifacts for the current python version
# and poetry lockfile hash.
- uses: actions/cache@v4
Expand Down

0 comments on commit 760cfc0

Please sign in to comment.