We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7993de commit 0cffa54Copy full SHA for 0cffa54
.github/scripts/noxfile.py
@@ -39,9 +39,10 @@ def unit_test_cli(session):
39
"python",
40
str(PLATFORM_DIR / "dev_install.py"),
41
"-e",
42
- "all",
+ "--cli",
43
external=True,
44
)
45
+ session.run("openbb-build")
46
session.install("pytest")
47
session.install("pytest-cov")
48
session.run("pytest", CLI_TESTS, f"--cov={CLI_DIR}")
0 commit comments