Skip to content

Commit

Permalink
Added LFS to 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 ac7114c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.github-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install Git LFS
run: |
apt-get -qq update
apt-get -qq install -y git-lfs
shell: bash
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- 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 ac7114c

Please sign in to comment.