Skip to content

Commit ac0f581

Browse files
authored
Update python-app.yml
1 parent 43f0bb9 commit ac0f581

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: psf/black@stable
13+
#- uses: psf/black@stable
1414

1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v3
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
make install
3131
32-
- name: Run code formatting check
33-
run: |
34-
make format
32+
# - name: Run code formatting check
33+
# run: |
34+
# make format
3535

3636
- name: Run linting
3737
run: |

0 commit comments

Comments
 (0)