We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea1b88 commit 86a513aCopy full SHA for 86a513a
.github/workflows/tests.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install Cython
26
+ pip install lark>=1.1.0
27
python setup.py install
28
pip install pytest
29
- name: Run tests
0 commit comments