Skip to content

Commit 3c88fe4

Browse files
author
Joseph
committed
Fix typo in workflow
1 parent 585ac5e commit 3c88fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Lint with flake8
2929
run: |
3030
python -m flake8
31-
- name: Test sorting wioth isort
31+
- name: Import sorting with isort
3232
run: |
3333
python -m isort --verbose --check-only --diff markov_builder tests setup.py
3434
- name: Test with pytest

0 commit comments

Comments
 (0)