Skip to content

Commit

Permalink
Added lfs to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cacharle committed Aug 28, 2023
1 parent 65bc729 commit c8ec3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
- name: Static type checking with mypy
run: |
mypy c_formatter_42
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
- name: Static type checking with mypy
run: |
mypy c_formatter_42

0 comments on commit c8ec3c5

Please sign in to comment.