Skip to content

use EarleyLM in tests/test_inference.py #91

use EarleyLM in tests/test_inference.py

use EarleyLM in tests/test_inference.py #91

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1
- name: run linter
run: make ruff