Skip to content

Commit 5b76e49

Browse files
committed
remove lfs from github actions yamls
1 parent 9e43889 commit 5b76e49

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build_and_publish_to_pypi.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@master
16-
with:
17-
lfs: true
1816
- name: Set up Python 3.8
1917
uses: actions/setup-python@v3
2018
with:

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
with:
23-
lfs: true
2422
- name: Set up Python ${{ matrix.python-version }}
2523
uses: actions/setup-python@v3
2624
with:
@@ -43,8 +41,6 @@ jobs:
4341

4442
steps:
4543
- uses: actions/checkout@v3
46-
with:
47-
lfs: true
4844
- name: Set up Python ${{ matrix.python-version }}
4945
uses: actions/setup-python@v3
5046
with:

0 commit comments

Comments
 (0)