Skip to content

Commit 69fed0a

Browse files
committed
no need for isort/black in workflow
1 parent fd3031a commit 69fed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: poetry install
4848
- name: Run pytest
4949
run: |
50-
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
50+
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@v4
5353
with:

0 commit comments

Comments
 (0)