Skip to content

Commit

Permalink
chore: Enable Git LFS for submodules in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 28, 2024
1 parent 5f38f26 commit 3a2e40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Miniconda
uses: mamba-org/setup-micromamba@v1
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Miniconda
uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 3a2e40c

Please sign in to comment.