diff options
| author | Adam Janovsky | 2024-02-20 12:51:57 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2024-02-20 12:51:57 +0100 |
| commit | 26d316ae23b1b47c8ac3543de233995dac85a67a (patch) | |
| tree | a1915a8b33cb854077698e5dadcbb7478856e4ef /.github/workflows/tests.yml | |
| parent | 9f02cf2ef3e499bc4ded221cd918be1461e73708 (diff) | |
| download | sec-certs-26d316ae23b1b47c8ac3543de233995dac85a67a.tar.gz sec-certs-26d316ae23b1b47c8ac3543de233995dac85a67a.tar.zst sec-certs-26d316ae23b1b47c8ac3543de233995dac85a67a.zip | |
revert spacy model download installation
Diffstat (limited to '.github/workflows/tests.yml')
| -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 |
