mirror of https://github.com/lark-parser/lark.git
Found it!
This commit is contained in:
parent
959d05ad36
commit
a163b344b3
|
@ -23,6 +23,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r nearley-requirements.txt
|
||||
pip install -r regex-requirements.txt
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -m tests
|
Loading…
Reference in New Issue