Skip to content

Commit

Permalink
upps forgot lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Jan 6, 2025
1 parent 6447995 commit 4c1465e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout full code repo
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
fetch-depth: 0 # to allow git_context_processor.py to still work
lfs: true # ensures large files are downloaded using Git LFS

- name: Create .env file from example
run: cp envs/example.env envs/.env
Expand Down

0 comments on commit 4c1465e

Please sign in to comment.