Skip to content

Commit

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

Please sign in to comment.