We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71f99d commit 5c2ba31Copy full SHA for 5c2ba31
1 file changed
.github/actions/python-hatch/action.yaml
@@ -16,6 +16,8 @@ runs:
16
- name: Construct Foundation
17
if: "${{ 'true' == inputs.needs-clone }}"
18
uses: actions/checkout@v4
19
+ with:
20
+ lfs: true
21
22
- name: Select Python Version
23
uses: actions/setup-python@v5
0 commit comments