Skip to content

Commit 06cf492

Browse files
committed
change order in tests
1 parent 14fdf5f commit 06cf492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoblack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
python-version: 3.11
1717
- name: Install click, black and isort
1818
run: pip install 'click==8.2.1' 'black==25.11.0' 'isort==5.13.2'
19-
- name: Run isort --check .
20-
run: isort --check .
2119
- name: Run black --check --diff .
2220
run: black --check --diff .
21+
- name: Run isort --check .
22+
run: isort --check .
2323
# - name: If needed, commit black changes to the pull request
2424
# if: failure()
2525
# run: |

0 commit comments

Comments
 (0)