Skip to content

Commit

Permalink
ci(ci): fix issue with tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Sep 21, 2022
1 parent dcef229 commit 826505d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Run flake8
id: run-flake8
run: |
python -m poetry flake8
python -m poetry run poe flake8
- name: Run mypy
id: run-mypy
run: |
python -m poetry mypy
python -m poetry run poe mypy
tests:
name: Run tests
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run pytest
id: run-pytest
run: |
python -m poetry tests
python -m poetry run poe tests
- name: Upload coverage to Codecov
id: upload-coverage-to-codecov
Expand Down

0 comments on commit 826505d

Please sign in to comment.