Skip to content

Commit

Permalink
fix: check black
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Jul 15, 2024
1 parent 14d85fe commit d6c392c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: "Install Python dependencies"
run: "pip install 'black'"

- run: "black --version"

- name: "Run linters"
run: "black --check ./"
run: "black --diff ./"

run-tests:
needs: "run-linters"
Expand Down

0 comments on commit d6c392c

Please sign in to comment.