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: |