Skip to content

Commit

Permalink
Update solver for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Dec 1, 2023
1 parent 97ed8a7 commit d74a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
conda env update --file environment-min.yml --name base
- name: Lint with flake8
run: |
conda install flake8
conda install flake8 --solver=classic
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit d74a055

Please sign in to comment.