Skip to content

Commit

Permalink
Merge pull request #101 from echemdata/ml-evs/attempt-to-cache-lfs
Browse files Browse the repository at this point in the history
Attempt to cache LFS in GH actions
  • Loading branch information
chatcannon authored Feb 6, 2024
2 parents aa0aee6 + ea50999 commit f0177f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
- name: Cached LFS checkout
uses: nschloe/[email protected]
with:
fetch-depth: 0
lfs: true
enableCrossOsArchive: true

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit f0177f2

Please sign in to comment.