Skip to content

Commit

Permalink
removed lint from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romankempt committed Nov 21, 2023
1 parent 4406781 commit d1ea259
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-package-miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
conda info
conda list
pip install .
- name: Lint
shell: bash -l {0}
run: |
conda install flake8
python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- shell: bash -l {0}
which hetbuilder
hetbuilder --help

0 comments on commit d1ea259

Please sign in to comment.