Spaces:
Sleeping
Sleeping
trying to fix bug with lfs
Browse files
.github/workflows/tests.yml
CHANGED
@@ -19,6 +19,8 @@ jobs:
|
|
19 |
|
20 |
steps:
|
21 |
- uses: actions/checkout@v3
|
|
|
|
|
22 |
- name: Set up Python 3.10
|
23 |
uses: actions/setup-python@v3
|
24 |
with:
|
|
|
19 |
|
20 |
steps:
|
21 |
- uses: actions/checkout@v3
|
22 |
+
with:
|
23 |
+
fetch-depth: 0
|
24 |
- name: Set up Python 3.10
|
25 |
uses: actions/setup-python@v3
|
26 |
with:
|