We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbe725 commit cb1c8f9Copy full SHA for cb1c8f9
1 file changed
.github/workflows/python-package-conda.yml
@@ -54,6 +54,7 @@ jobs:
54
55
- name: Lint with flake8
56
run: |
57
+ conda install flake8
58
# stop the build if there are Python syntax errors or undefined names
59
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
60
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
0 commit comments