add git lfs to unit_test action

This commit is contained in:
2025-10-06 16:46:33 +02:00
parent 9ce902d82c
commit b638237f66
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: