Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

27 implement auto completion #207

27 implement auto completion

27 implement auto completion #207

Workflow file for this run

name: Language Server Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.in
- run: pytest