Skip to content

Commit

Permalink
Enforced black formatting during CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Feb 15, 2024
1 parent b49189a commit 6749413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Licensing
run: |
# Check that the license snippet is in each python source
find src/ -type f -name "*.py" -exec grep -H -c 'Copyright © 2023, UChicago Argonne, LLC' {} \; | grep 0$ | cut -d':' -f1
find src/ -type f -name "*.py" -exec grep -H -c 'Copyright © 2023, UChicago Argonne, LLC' {} \; | grep 0$ | cut -d':' -f1
- name: Test with pytest in Xvfb
run: xvfb-run python -m pytest -vv --timeout=120

0 comments on commit 6749413

Please sign in to comment.