Skip to content

Commit

Permalink
Enabling code formatting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Jan 18, 2024
1 parent ac2cd8d commit 24b2abf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest yapf toml
python -m pip install .
# - name: Lint with yapf
# working-directory: ./${{ matrix.package-name }}
# run: |
# yapf -r --diff .
- name: Lint with yapf
working-directory: ./${{ matrix.package-name }}
run: |
yapf -r --diff .
# - name: Test with pytest
# working-directory: ./${{ matrix.package-name }}
# run: |
Expand Down

0 comments on commit 24b2abf

Please sign in to comment.