Skip to content

Commit 151e68b

Browse files
authored
Disable Git LFS on Actions automated tests
1 parent dc1cbdd commit 151e68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5.0.0
2525
with:
26-
lfs: true
26+
lfs: false # 2025-09-16 out of budget
2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v6.0.0
2929
with:

0 commit comments

Comments
 (0)