We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f419fa8 + d9d7cc9 commit 543513cCopy full SHA for 543513c
.github/workflows/ci.yml
@@ -38,12 +38,12 @@ jobs:
38
39
- name: Test with pytest
40
run: |
41
- pytest
+ python -m pytest
42
43
- name: Check Code Harmony
44
45
# v1.2+: Harmony check with automatic exit codes
46
# Note: Currently informational as source has some disharmony
47
# (This demonstrates the tool working - it found semantic issues!)
48
- find src -name "*.py" -type f | xargs harmonizer || echo "⚠️ Disharmony found (tool is working correctly!)"
+ find harmonizer -name "*.py" -type f | xargs harmonizer || echo "⚠️ Disharmony found (tool is working correctly!)"
49
continue-on-error: true
0 commit comments