Skip to content

Commit

Permalink
pull git lfs files also
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 25, 2024
1 parent b3bd2dd commit 5d7d994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/new-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
with:
ref: ${{ steps.get-branch.outputs.branch }}

- name: Pull LFS files
run: |
echo "Fetching and checking out LFS files..."
git lfs install
git lfs pull
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.4"
Expand Down

0 comments on commit 5d7d994

Please sign in to comment.