Skip to content

Commit fd205a4

Browse files
committed
Small rename in CI
1 parent bf5a16d commit fd205a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ jobs:
5757
CI: true
5858

5959
# Code formatting check with black
60-
- name: Code formatting with black
60+
- name: Code formatting with black and isort
6161
run: |
6262
source env/bin/activate
6363
pip install black
6464
pip install isort
6565
black --check src/
6666
isort --check src/
67-

0 commit comments

Comments
 (0)