Skip to content

Commit

Permalink
more more workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cacharle committed Aug 28, 2023
1 parent 1863dda commit bca3341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-package-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
lfs: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -46,10 +47,8 @@ jobs:
flake8 c_formatter_42
flake8 --extend-ignore=W191,E101,E501 tests
- name: Test with pytest
with:
lfs: true
run: |
pytest -vvv
run: |
pytest -vvv
- name: Static type checking with mypy
run: |
mypy c_formatter_42
7 changes: 3 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
lfs: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -51,10 +52,8 @@ jobs:
flake8 c_formatter_42
flake8 --extend-ignore=W191,E101,E501 tests
- name: Test with pytest
with:
lfs: true
run: |
pytest -vvv
run: |
pytest -vvv
- name: Static type checking with mypy
run: |
mypy c_formatter_42

0 comments on commit bca3341

Please sign in to comment.