Skip to content

Commit

Permalink
Try to work around flake8 CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 2, 2022
1 parent befe501 commit a233741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -qq update && sudo apt-get install -y libtest-exception-perl libtest-output-perl libdevel-cover-perl acl cpanminus libcgi-pm-perl perl-doc
pip install codecov flask pytest-cov 'pytest-flake8<1.1' coverage scons
pip install codecov flask pytest-cov pytest-flake8 coverage scons
- name: Test
run: |
scons python=$(which python) test
flake8 --exclude doc/conf.py,tools/reindent.py,examples .
py.test --cov=account/account --cov-branch --flake8 account
py.test --cov=account/account --cov-branch account
- name: Upload Python coverage to codecov
uses: codecov/codecov-action@v1

0 comments on commit a233741

Please sign in to comment.