diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1947937..13cddba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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