Skip to content

Add exceptions regex class that allows simplification of some termina… #23

Add exceptions regex class that allows simplification of some termina…

Add exceptions regex class that allows simplification of some termina… #23

Workflow file for this run

name: Run Tests
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: |
python llm_cfg/test_synchromesh.py
python llm_cfg/test_grammar.py