Skip to content

Commit

Permalink
Specify flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jan 30, 2024
1 parent 54fe3ca commit 99ecc6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
mamba install -y nbmake pytest-xdist line_profiler # add'l packages for notebook tests.
mamba install --file requirements.txt --file requirements-extra.txt
mamba install flake8 # specify flake8 to avoid unknown error
python -m pip install -e .
- name: Lint with flake8 for pull requests
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 99ecc6c

Please sign in to comment.