zaidmehdi commited on
Commit
3503a1e
·
1 Parent(s): 88e1be3

trying to fix bug with lfs

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +2 -0
.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: