Skip to content

Commit

Permalink
flake8 on test
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jul 6, 2024
1 parent 60dc8ad commit b2bb425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: |
python -m pip install setuptools
python -m pip install --upgrade pip
python -m pip install flake8
python -m pip install pytest
python -m pip install -e .
- name: Test
run: |
flake8 --ignore=E501
py.test

0 comments on commit b2bb425

Please sign in to comment.