Skip to content

Commit dae2784

Browse files
Remove LFS option from checkout step
Removed LFS option from checkout step in workflow.
1 parent 8d3261f commit dae2784

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/reusable_run_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
name: Python ${{ matrix.python-version }} tests
3232
steps:
3333
- uses: actions/checkout@v5
34-
with:
35-
lfs: 'true'
3634

3735
- name: Set up Python
3836
uses: actions/setup-python@v5
@@ -74,4 +72,4 @@ jobs:
7472
files: build/reports/coverage${{ matrix.python-version }}.xml
7573
flags: python-${{ matrix.python-version }}
7674
name: python-${{ matrix.python-version }}
77-
verbose: true
75+
verbose: true

0 commit comments

Comments
 (0)