Skip to content

Commit 0cffa54

Browse files
committed
openbb-build before CLI tests in noxfile
1 parent c7993de commit 0cffa54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ def unit_test_cli(session):
3939
"python",
4040
str(PLATFORM_DIR / "dev_install.py"),
4141
"-e",
42-
"all",
42+
"--cli",
4343
external=True,
4444
)
45+
session.run("openbb-build")
4546
session.install("pytest")
4647
session.install("pytest-cov")
4748
session.run("pytest", CLI_TESTS, f"--cov={CLI_DIR}")

0 commit comments

Comments
 (0)