Skip to content

Commit bf4fc45

Browse files
committed
Added LFS support
1 parent 8fe8db9 commit bf4fc45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28+
lfs: true
29+
- name: pull lfs files
30+
run: git lfs pull
2831

2932
- name: Set up Python ${{ matrix.python-version }}
3033
id: python-setup
@@ -88,13 +91,13 @@ jobs:
8891
contents: read
8992
id-token: write
9093
packages: write
91-
94+
9295
deploy:
9396
name: Deploy to Lambda Feedback
9497
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
9598
needs: test
9699
with:
97-
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-wolfram"
100+
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
98101
permissions:
99102
contents: read
100103
id-token: write

0 commit comments

Comments
 (0)