diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c0d9f75e22ed97d379daba84d8d2b0cbd3562c00..7e3ad27128f3cdd09c40ce555b0882dd32d78618 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,6 +39,12 @@ jobs:
       - name: Install dependencies
         run: |
           poetry install --all-extras
+      - name: Install nltk
+        run: |
+          pip install nltk
+      - name: Download nltk data
+        run: |
+          python -m nltk.downloader punkt stopwords wordnet
       - name: Pytest
         run: |
           make test