Skip to content

Commit

Permalink
add black check to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Sep 7, 2023
1 parent efaac0f commit b37a497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
run: |
conda activate pkg_test
python -c "from pymer4.test_install import test_install; test_install()"
black --version
black --check --verbose .
pytest pymer4/tests
# ------------------------------------------------------------
Expand Down

0 comments on commit b37a497

Please sign in to comment.