From 26d316ae23b1b47c8ac3543de233995dac85a67a Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Tue, 20 Feb 2024 12:51:57 +0100 Subject: revert spacy model download installation --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 -- cgit v1.3.1