Skip to content

Commit

Permalink
dev: run flake8 as module for .flake8 config to be seen and used
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Oct 10, 2023
1 parent 2527ef5 commit d8d619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
task.task_name=predict
- name: Check code neatness (linter)
run: docker run myria3d flake8
run: docker run myria3d python -m flake8

# Everything ran so we tag the valid docker image to keep it
# This happens for push events, which are in particular
Expand Down

0 comments on commit d8d619d

Please sign in to comment.