Skip to content

Bump tree-sitter from 0.21.3 to 0.23.2 in the python-packages group across 1 directory #12

Bump tree-sitter from 0.21.3 to 0.23.2 in the python-packages group across 1 directory

Bump tree-sitter from 0.21.3 to 0.23.2 in the python-packages group across 1 directory #12

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and run tests
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
make ci