Skip to content

Commit b1cb450

Browse files
committed
FIX-WIP: enabling lfts support
1 parent b2a6dea commit b1cb450

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-pass.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
DF_TEST_DATA_DIR: ${{ github.workspace }}/tests/test_data
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- name: Checkout repository
21+
uses: actions/checkout@v4
22+
with:
23+
lfs: true # enable lfs support
2124

2225
- name: Setup conda environment
2326
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)