Skip to content

build(deps): bump tree-sitter from 0.21.3 to 0.22.3 in the python-packages group #32

build(deps): bump tree-sitter from 0.21.3 to 0.22.3 in the python-packages group

build(deps): bump tree-sitter from 0.21.3 to 0.22.3 in the python-packages group #32

Workflow file for this run

# This workflow will install Python dependencies and run tests with a single version of Python.
name: Test main branch
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
make install-test
- name: Test with pytest
run: |
make test