Skip to content

Commit

Permalink
Fix CI GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Nov 26, 2020
1 parent 1679603 commit 1d8d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Lint with flake8
run: flake8 . --count --show-source --statistics --max-line-length=88 --extend-ignore=E203
run: poetry run flake8 . --count --show-source --statistics --max-line-length=88 --extend-ignore=E203
- name: Format with black and isort
run: |
poetry run black . --check
Expand Down

0 comments on commit 1d8d1f5

Please sign in to comment.