Skip to content

removed the use of pass_schedule as it generated pybc and other stuff #208

removed the use of pass_schedule as it generated pybc and other stuff

removed the use of pass_schedule as it generated pybc and other stuff #208

Workflow file for this run

name: Language Server Tests
on: [push, pull_request]
jobs:
test:
name: Language Server Tests
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'
- run: |
python -m pip install --upgrade pip
pip install -r dev_requirements.in
- run: pytest