Skip to content

Commit

Permalink
fix flake8 command
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 8, 2023
1 parent 2e09956 commit f5913d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
poetry install
- name: Lint with flake8
run: |
poetry run flake8 nmdc_automation --exit-zero --format=html --htmldir ./reports/flake8 --statistics \
--tee --output-file flake8stats.txt
poetry run flake8 nmdc_automation --exit-zero --statistics --tee --output-file flake8stats.txt
- name: Test with pytest
run: |
poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \
Expand Down

0 comments on commit f5913d8

Please sign in to comment.