Merge pull request #101 from echemdata/ml-evs/attempt-to-cache-lfs

Attempt to cache LFS in GH actions
This commit is contained in:
2024-02-06 21:42:10 +02:00
committed by GitHub

View File

@@ -26,13 +26,14 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11'] python-version: ['3.8', '3.9', '3.10', '3.11']
steps: steps:
- uses: actions/checkout@v3 - name: Cached LFS checkout
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with: with:
fetch-depth: 0 fetch-depth: 0
lfs: true enableCrossOsArchive: true
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}