Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKoleczek committed May 26, 2024
1 parent e23a6e8 commit c9d2c5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@session(python=["3.11", "3.12"])
def test(s: Session) -> None:
s.install(".[llm,statistics,viz]", "pytest", "pytest-cov", "pytest-randomly")
s.install(".[llm,local_llm,statistics,viz]", "pytest", "pytest-cov", "pytest-randomly")

# Skip tests in directories specified by the SKIP_TESTS_NAII environment variable.
skip_tests = os.getenv("SKIP_TESTS_NAAI", "")
Expand Down
Empty file.

0 comments on commit c9d2c5a

Please sign in to comment.