Skip to content

Commit bda33c3

Browse files
committed
Checking out lfs
1 parent 5e338c8 commit bda33c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
lfs: true
2426

2527
- name: Set up Python ${{ matrix.python-version }}
2628
uses: actions/setup-python@v4

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
lfs: true
2426

2527
- name: Set up Python ${{ matrix.python-version }}
2628
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)