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

trying to fix bug with lfs

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +3 -1
.github/workflows/tests.yml CHANGED
@@ -20,7 +20,9 @@ jobs:
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:
 
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: