diff --git a/.github/workflows/all-sdk-tests.yml b/.github/workflows/all-sdk-tests.yml index 4e3a23b8..95a3384d 100644 --- a/.github/workflows/all-sdk-tests.yml +++ b/.github/workflows/all-sdk-tests.yml @@ -44,7 +44,7 @@ jobs: - name: use correct env run: poetry env use ${{ matrix.python-version }} - name: Install dependencies - run: poetry install -E "create rag openai" --with test && poetry run python -m nltk.downloader all + run: poetry install -E "create rag openai" --with test - name: Test with pytest env: NOTDIAMOND_API_KEY: ${{ secrets.NOTDIAMOND_API_KEY }}