Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ jobs:
- name: Verify parser imports
working-directory: backend
run: |
python -c "
from core.parser.tree_sitter_parser import TreeSitterParser
print('✅ TreeSitterParser imports OK')
"
python -c "from core.parser.tree_sitter_parser import TreeSitterParser; print('✅ TreeSitterParser imports OK')"

- name: Run tests
working-directory: backend
Expand Down
Loading