Skip to content

Commit

Permalink
enable git-lfs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jan 15, 2024
1 parent ba28e10 commit 8a3f889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
PYTHON: 3.9
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- name: Set up Python ${{ env.PYTHON }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -39,6 +41,8 @@ jobs:
os: [ ubuntu-22.04 ]
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ skip_missing_interpreters = True
isolated_build = True
env_list =
py310
# py311
format
#depends =

Expand Down

0 comments on commit 8a3f889

Please sign in to comment.