File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ jobs:
101101 environment : " production"
102102 version-bump : ${{ inputs.version-bump }}
103103 branch : ${{ inputs.branch }}
104+ lfs : true
104105 secrets :
105106 aws-key-id : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
106107 aws-secret-key : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
Original file line number Diff line number Diff line change 2828 lfs : true
2929 - name : pull lfs files
3030 run : git lfs pull
31+ - name : Verify LFS files
32+ run : git lfs ls-files
3133 - name : Set up Python ${{ matrix.python-version }}
3234 id : python-setup
3335 uses : actions/setup-python@v5
8890 template-repository-name : " lambda-feedback/evaluation-function-boilerplate-python"
8991 build-platforms : " aws"
9092 environment : " staging"
93+ lfs : true
9194 secrets :
9295 aws-key-id : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
9396 aws-secret-key : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
You can’t perform that action at this time.
0 commit comments