Browse Source

Merged test requirements

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0
julienmalard 4 years ago
parent
commit
5fe67b9fc4
3 changed files with 2 additions and 3 deletions
  1. +1
    -2
      .github/workflows/tests.yml
  2. +0
    -1
      regex-requirements.txt
  3. +1
    -0
      test-requirements.txt

+ 1
- 2
.github/workflows/tests.yml View File

@@ -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

+ 0
- 1
regex-requirements.txt View File

@@ -1 +0,0 @@
regex

nearley-requirements.txt → test-requirements.txt View File

@@ -1 +1,2 @@
Js2Py==0.68
regex

Loading…
Cancel
Save