Skip to content

Commit

Permalink
Fix linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Mar 18, 2024
1 parent 9003c67 commit 5326432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/nvidia/tests/test_document_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def test_run_integration(self):
assert isinstance(doc.embedding, list)
assert isinstance(doc.embedding[0], float)


@pytest.mark.skipif(
not os.environ.get("NVIDIA_NIM_EMBEDDER_MODEL", None) or not os.environ.get("NVIDIA_NIM_ENDPOINT_URL", None),
reason="Export an env var called NVIDIA_NIM_EMBEDDER_MODEL containing the hosted model name and "
Expand Down

0 comments on commit 5326432

Please sign in to comment.