Skip to content

Commit 0f2ad98

Browse files
committed
fix command
1 parent 3ccbc4f commit 0f2ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
uv sync --only-group format
3737
- name: Validate code
3838
run: |
39-
find fwdpy11 tests tests_with_cpp examples -name '*.py' | xargs python -m black --check
39+
find fwdpy11 tests tests_with_cpp examples -name '*.py' | grep -v headers | grep -v demes-spec | xargs python -m black --check
4040
4141

0 commit comments

Comments
 (0)