We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe8db9 commit bf4fc45Copy full SHA for bf4fc45
.github/workflows/deploy.yml
@@ -25,6 +25,9 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
+ lfs: true
29
+ - name: pull lfs files
30
+ run: git lfs pull
31
32
- name: Set up Python ${{ matrix.python-version }}
33
id: python-setup
@@ -88,13 +91,13 @@ jobs:
88
91
contents: read
89
92
id-token: write
90
93
packages: write
-
94
+
95
deploy:
96
name: Deploy to Lambda Feedback
97
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
98
needs: test
99
- template-repository-name: "lambda-feedback/evaluation-function-boilerplate-wolfram"
100
+ template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
101
permissions:
102
103
0 commit comments