Skip to content

Commit

Permalink
more workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cacharle committed Aug 28, 2023
1 parent d327da4 commit 1863dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
flake8 c_formatter_42
flake8 --extend-ignore=W191,E101,E501 tests
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
run: |
pytest -vvv
- name: Static type checking with mypy
run: |
mypy c_formatter_42
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
flake8 c_formatter_42
flake8 --extend-ignore=W191,E101,E501 tests
- name: Test with pytest
run: |
pytest -vvv
with:
lfs: true
run: |
pytest -vvv
- name: Static type checking with mypy
run: |
mypy c_formatter_42

0 comments on commit 1863dda

Please sign in to comment.