From afc851d3c67114a1fc876a41e9a47dfbdaf8b721 Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 12 Jun 2023 15:18:58 +0200 Subject: [PATCH] do not load textblob nltk corpora --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ade4dd..648bdc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: python -m pip install --upgrade pip python -m pip install -e . python -m spacy download en_core_web_md - python -m textblob.download_corpora - name: Run pytest linux (linux-only) if: matrix.os == 'ubuntu-22.04' run: |