Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 28, 2024
1 parent 43f0bb9 commit ac0f581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
#- uses: psf/black@stable

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand All @@ -29,9 +29,9 @@ jobs:
run: |
make install
- name: Run code formatting check
run: |
make format
# - name: Run code formatting check
# run: |
# make format

- name: Run linting
run: |
Expand Down

0 comments on commit ac0f581

Please sign in to comment.