This commit is contained in:
@@ -29,14 +29,8 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: Install tree-sitter language parsers
|
|
||||||
run: |
|
|
||||||
pip install tree-sitter
|
|
||||||
python -c "import subprocess; subprocess.run(['python', '-c', 'import tree_sitter; print(tree_sitter.__version__)'])"
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pytest -xvs --tb=short
|
run: pytest -xvs --tb=short
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: ruff check --fix .
|
run: ruff check --fix .
|
||||||
"
|
|
||||||
Reference in New Issue
Block a user