Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenYuan666 committed Oct 6, 2024
1 parent 15ffe8f commit ee23564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python setup.py install
- name: isort
run: |
python -m isort . --check --diff
python -m isort . --profile black --check --diff
- name: black
run: |
python -m black --check --diff .
Expand Down

0 comments on commit ee23564

Please sign in to comment.