Skip to content

Commit bd415be

Browse files
committed
Move black check to bottom
1 parent daec506 commit bd415be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/pythonapp.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ jobs:
2424
- name: Run tests
2525
run: |
2626
ACTIONS=1 python setup.py test
27-
28-
black_check:
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v1
32-
- name: Set up Python
33-
uses: actions/setup-python@v1
34-
with:
35-
python-version: 3.7
3627
- name: Lint with black
3728
run: |
3829
pip install black

0 commit comments

Comments
 (0)