From dcdaf0340fd34c53da27ad849b441aa09f066e66 Mon Sep 17 00:00:00 2001 From: Umar Butler Date: Sat, 18 May 2024 21:52:39 +1000 Subject: [PATCH] Added `transformers` as a test dependency. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd99402..f9eded7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: python -m pip install pytest-cov python -m pip install tiktoken python -m pip install nltk + python -m pip install transformers - name: Install semchunk run: |