|
|
@@ -22,8 +22,7 @@ jobs: |
|
|
|
- name: Install dependencies |
|
|
|
run: | |
|
|
|
python -m pip install --upgrade pip |
|
|
|
pip install -r nearley-requirements.txt |
|
|
|
pip install -r regex-requirements.txt |
|
|
|
pip install -r test-requirements.txt |
|
|
|
- name: Run tests |
|
|
|
run: | |
|
|
|
python -m tests |