Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 124bd75

Browse files
authored
Merge pull request #113 from Not-Diamond/d3-remove-dep-caching-gha
chore: Remove nltk install
2 parents 447acce + a5c5ce2 commit 124bd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/all-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: use correct env
4545
run: poetry env use ${{ matrix.python-version }}
4646
- name: Install dependencies
47-
run: poetry install -E "create rag openai" --with test && poetry run python -m nltk.downloader all
47+
run: poetry install -E "create rag openai" --with test
4848
- name: Test with pytest
4949
env:
5050
NOTDIAMOND_API_KEY: ${{ secrets.NOTDIAMOND_API_KEY }}

0 commit comments

Comments
 (0)