From a163b344b3a8868c1eb0819faa12bda6ec7eb7c2 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Fri, 26 Jun 2020 11:32:23 -0400 Subject: [PATCH] Found it! --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7be3a92..f55b88c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file