diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 447c1eb7..51b13b90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ jobs: - name: Install sec-certs run: | pip install -e . + python -m spacy download en_core_web_sm - name: Run tests run: pytest --cov=sec_certs tests - name: Code coverage upload |
