Skip to content

Commit b95e5cc

Browse files
authored
feat(ci): Update python-package.yml
1 parent 7f91d9d commit b95e5cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
python -m pip install --upgrade pip pipenv
3131
pipenv sync -d
3232
33-
- name: Lint with Black
34-
run: |
35-
pipenv run lint
36-
3733
- name: Build
3834
run: |
3935
pipenv run build
@@ -48,6 +44,10 @@ jobs:
4844
export PYTHONPATH=$PWD/src
4945
pipenv run docs
5046
47+
- name: Lint with Black
48+
run: |
49+
pipenv run lint
50+
5151
- name: Run
5252
run: |
5353
export PYTHONPATH=$PWD/src

0 commit comments

Comments
 (0)