Skip to content

Commit 6378c3f

Browse files
committed
cli needs to run openbb-build before running test suite
1 parent f262dd0 commit 6378c3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/scripts/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ def unit_test_cli(session):
4444
"--cli",
4545
external=True,
4646
)
47+
session.run(
48+
"openbb-build",
49+
external=True,
50+
)
4751
session.install("pytest")
4852
session.install("pytest-cov")
4953
session.run("pytest", CLI_TESTS, f"--cov={CLI_DIR}")

0 commit comments

Comments
 (0)