Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 92591d0

Browse files
update python-app.yaml
1 parent 81ccad2 commit 92591d0

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/python-app.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@ jobs:
7474
fetch-depth: 1
7575
lfs: false
7676

77-
- name: Build LFS manifest
78-
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
79-
80-
- name: Restore LFS cache
81-
id: lfs-restore
82-
uses: actions/cache/restore@v4
83-
with:
84-
path: .git/lfs
85-
key: lfs-${{ runner.os }}-${{ hashFiles('.lfs-assets-id') }}-v1
86-
restore-keys: lfs-${{ runner.os }}-
87-
88-
- name: Pull missing LFS blobs
89-
run: git lfs pull
90-
91-
- name: Save the updated LFS cache
92-
if: steps.lfs-restore.outputs.cache-hit != 'true'
93-
uses: actions/cache/save@v4
94-
with:
95-
path: .git/lfs
96-
key: ${{ steps.lfs-restore.outputs.cache-primary-key }}
77+
# - name: Build LFS manifest
78+
# run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
79+
80+
# - name: Restore LFS cache
81+
# id: lfs-restore
82+
# uses: actions/cache/restore@v4
83+
# with:
84+
# path: .git/lfs
85+
# key: lfs-${{ runner.os }}-${{ hashFiles('.lfs-assets-id') }}-v1
86+
# restore-keys: lfs-${{ runner.os }}-
87+
88+
# - name: Pull missing LFS blobs
89+
# run: git lfs pull
90+
91+
# - name: Save the updated LFS cache
92+
# if: steps.lfs-restore.outputs.cache-hit != 'true'
93+
# uses: actions/cache/save@v4
94+
# with:
95+
# path: .git/lfs
96+
# key: ${{ steps.lfs-restore.outputs.cache-primary-key }}
9797

9898
- uses: mamba-org/setup-micromamba@v1
9999
id: mamba

0 commit comments

Comments
 (0)