Spaces:
Sleeping
Sleeping
trying to fix bug with lfs
Browse files
.github/workflows/tests.yml
CHANGED
@@ -20,7 +20,9 @@ jobs:
|
|
20 |
steps:
|
21 |
- uses: actions/checkout@v3
|
22 |
with:
|
23 |
-
|
|
|
|
|
24 |
- name: Set up Python 3.10
|
25 |
uses: actions/setup-python@v3
|
26 |
with:
|
|
|
20 |
steps:
|
21 |
- uses: actions/checkout@v3
|
22 |
with:
|
23 |
+
fetch-depth: 0
|
24 |
+
- name: Fetch Git LFS files
|
25 |
+
run: git lfs pull
|
26 |
- name: Set up Python 3.10
|
27 |
uses: actions/setup-python@v3
|
28 |
with:
|