Skip to content

Commit

Permalink
no need for isort/black in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Oct 2, 2024
1 parent fd3031a commit 69fed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: poetry install
- name: Run pytest
run: |
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 69fed0a

Please sign in to comment.