Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Nov 24, 2023
1 parent c3c3d36 commit 7755453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
poetry install
- name: Linting
run: |
poe format_check
poe lint
poetry run poe ci_check
- name: Testing
run: |
poe test
poetry run poe test
- name: "Check Codecov"
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 7755453

Please sign in to comment.